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.15 , 2.13.8, 3.2.0]
26
+ scala : [2.11.12, 2.12.16 , 2.13.8, 3.2.0]
27
27
java : [zulu@8, zulu@11, zulu@17]
28
28
runs-on : ${{ matrix.os }}
29
29
steps :
@@ -145,12 +145,12 @@ jobs:
145
145
tar xf targets.tar
146
146
rm targets.tar
147
147
148
- - name : Download target directories (2.12.15 )
148
+ - name : Download target directories (2.12.16 )
149
149
uses : actions/download-artifact@v3
150
150
with :
151
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.15
151
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.16
152
152
153
- - name : Inflate target directories (2.12.15 )
153
+ - name : Inflate target directories (2.12.16 )
154
154
run : |
155
155
tar xf targets.tar
156
156
rm targets.tar
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ThisBuild / version := "3.0.0-SNAPSHOT"
10
10
11
11
ThisBuild / scalaVersion := " 2.13.8"
12
12
13
- ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.15 " , " 2.13.8" , " 3.2.0" )
13
+ ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.16 " , " 2.13.8" , " 3.2.0" )
14
14
15
15
sonatypeCredentialHost := " s01.oss.sonatype.org"
16
16
sonatypeRepository := " s01.oss.sonatype.org"
You can’t perform that action at this time.
0 commit comments