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,11 +29,11 @@ jobs:
29
29
fail-fast : false
30
30
matrix :
31
31
os : [ubuntu-latest]
32
- scala : [2.12.18 , 2.13.11, 3.3.0]
32
+ scala : [2.12.19 , 2.13.11, 3.3.0]
33
33
java : [temurin@11, temurin@17]
34
34
project : [rootJVM]
35
35
exclude :
36
- - scala : 2.12.18
36
+ - scala : 2.12.19
37
37
java : temurin@17
38
38
- scala : 3.3.0
39
39
java : temurin@17
@@ -188,12 +188,12 @@ jobs:
188
188
~/Library/Caches/Coursier/v1
189
189
key : ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
190
190
191
- - name : Download target directories (2.12.18 , rootJVM)
191
+ - name : Download target directories (2.12.19 , rootJVM)
192
192
uses : actions/download-artifact@v3
193
193
with :
194
- name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.18 -rootJVM
194
+ name : target-${{ matrix.os }}-${{ matrix.java }}-2.12.19 -rootJVM
195
195
196
- - name : Inflate target directories (2.12.18 , rootJVM)
196
+ - name : Inflate target directories (2.12.19 , rootJVM)
197
197
run : |
198
198
tar xf targets.tar
199
199
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.18 " , Scala213 , " 3.3.0" )
14
+ ThisBuild / crossScalaVersions := Seq (" 2.12.19 " , Scala213 , " 3.3.0" )
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