File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
fail-fast : false
30
30
matrix :
31
31
os : [ubuntu-latest]
32
- scala : [2.12.17, 2.13.10 , 3.2.1]
32
+ scala : [2.12.17, 2.13.14 , 3.2.1]
33
33
java : [temurin@11, temurin@17]
34
34
project : [rootJVM]
35
35
exclude :
@@ -136,7 +136,7 @@ jobs:
136
136
strategy :
137
137
matrix :
138
138
os : [ubuntu-latest]
139
- scala : [2.13.10 ]
139
+ scala : [2.13.14 ]
140
140
java : [temurin@11]
141
141
runs-on : ${{ matrix.os }}
142
142
steps :
@@ -238,7 +238,7 @@ jobs:
238
238
strategy :
239
239
matrix :
240
240
os : [ubuntu-latest]
241
- scala : [2.13.10 ]
241
+ scala : [2.13.14 ]
242
242
java : [temurin@11]
243
243
runs-on : ${{ matrix.os }}
244
244
steps :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ThisBuild / developers := List(
10
10
// publish website from this branch
11
11
ThisBuild / tlSitePublishBranch := Some (" main" )
12
12
13
- val Scala213 = " 2.13.10 "
13
+ val Scala213 = " 2.13.14 "
14
14
ThisBuild / crossScalaVersions := Seq (" 2.12.17" , Scala213 , " 3.2.1" )
15
15
ThisBuild / scalaVersion := Scala213 // the default Scala
16
16
You can’t perform that action at this time.
0 commit comments