File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
strategy :
24
24
matrix :
25
25
os : [ubuntu-latest]
26
- scala : [2.12.12 , 2.13.4]
26
+ scala : [2.12.13 , 2.13.4]
27
27
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
@@ -97,12 +97,12 @@ jobs:
97
97
~/Library/Caches/Coursier/v1
98
98
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
99
99
100
- - name : Download target directories (2.12.12 )
100
+ - name : Download target directories (2.12.13 )
101
101
uses : actions/download-artifact@v2
102
102
with :
103
- name : target-${{ matrix.os }}-2.12.12 -${{ matrix.java }}
103
+ name : target-${{ matrix.os }}-2.12.13 -${{ matrix.java }}
104
104
105
- - name : Inflate target directories (2.12.12 )
105
+ - name : Inflate target directories (2.12.13 )
106
106
run : |
107
107
tar xf targets.tar
108
108
rm targets.tar
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject
4
4
5
5
ThisBuild / githubWorkflowPublishTargetBranches := Seq ()
6
6
7
- ThisBuild / crossScalaVersions := Seq (" 2.12.12 " , " 2.13.4" )
7
+ ThisBuild / crossScalaVersions := Seq (" 2.12.13 " , " 2.13.4" )
8
8
9
9
lazy val commonSettings = Def .settings(
10
10
scalaVersion := " 2.13.1" ,
You can’t perform that action at this time.
0 commit comments