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.11.12, 2.12.14 , 2.13.6, 3.0.2]
26
+ scala : [2.11.12, 2.12.15 , 2.13.6, 3.0.2]
27
27
java : [adopt@1.8, adopt@1.11, adopt@1.16]
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
@@ -107,12 +107,12 @@ jobs:
107
107
tar xf targets.tar
108
108
rm targets.tar
109
109
110
- - name : Download target directories (2.12.14 )
110
+ - name : Download target directories (2.12.15 )
111
111
uses : actions/download-artifact@v2
112
112
with :
113
- name : target-${{ matrix.os }}-2.12.14 -${{ matrix.java }}
113
+ name : target-${{ matrix.os }}-2.12.15 -${{ matrix.java }}
114
114
115
- - name : Inflate target directories (2.12.14 )
115
+ - name : Inflate target directories (2.12.15 )
116
116
run : |
117
117
tar xf targets.tar
118
118
rm targets.tar
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ThisBuild / version := "3.0.0-SNAPSHOT"
9
9
10
10
ThisBuild / scalaVersion := " 2.13.6"
11
11
12
- ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.14 " , " 2.13.6" , " 3.0.2" )
12
+ ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.15 " , " 2.13.6" , " 3.0.2" )
13
13
14
14
resolvers += Resolver .sonatypeRepo(" snapshots" )
15
15
You can’t perform that action at this time.
0 commit comments