File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
29
29
fail-fast : false
30
30
matrix :
31
31
os : [ubuntu-latest]
32
- scala : [2.12.19, 2.13.11, 3.3.0 ]
32
+ scala : [2.12.19, 2.13.11, 3.3.3 ]
33
33
java : [temurin@11, temurin@17]
34
34
project : [rootJVM]
35
35
exclude :
36
36
- scala : 2.12.19
37
37
java : temurin@17
38
- - scala : 3.3.0
38
+ - scala : 3.3.3
39
39
java : temurin@17
40
40
runs-on : ${{ matrix.os }}
41
41
steps :
@@ -208,12 +208,12 @@ jobs:
208
208
tar xf targets.tar
209
209
rm targets.tar
210
210
211
- - name : Download target directories (3.3.0 , rootJVM)
211
+ - name : Download target directories (3.3.3 , rootJVM)
212
212
uses : actions/download-artifact@v3
213
213
with :
214
- name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.0 -rootJVM
214
+ name : target-${{ matrix.os }}-${{ matrix.java }}-3.3.3 -rootJVM
215
215
216
- - name : Inflate target directories (3.3.0 , rootJVM)
216
+ - name : Inflate target directories (3.3.3 , rootJVM)
217
217
run : |
218
218
tar xf targets.tar
219
219
rm targets.tar
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ThisBuild / developers := List(
11
11
ThisBuild / tlSitePublishBranch := Some (" main" )
12
12
13
13
val Scala213 = " 2.13.11"
14
- ThisBuild / crossScalaVersions := Seq (" 2.12.19" , Scala213 , " 3.3.0 " )
14
+ ThisBuild / crossScalaVersions := Seq (" 2.12.19" , Scala213 , " 3.3.3 " )
15
15
ThisBuild / scalaVersion := Scala213 // the default Scala
16
16
17
17
// Jetty 10+, for testing, requires Java 11.
You can’t perform that action at this time.
0 commit comments