File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
2828 strategy :
2929 matrix :
3030 os : [ubuntu-latest, macos-latest]
31- scala : [3.3.0, 2.12.17 , 2.13.11]
31+ scala : [3.3.0, 2.12.18 , 2.13.11]
3232 java : [temurin@17]
3333 project : [rootJS, rootJVM, rootNative]
3434 exclude :
3535 - scala : 3.3.0
3636 os : macos-latest
37- - scala : 2.12.17
37+ - scala : 2.12.18
3838 os : macos-latest
3939 runs-on : ${{ matrix.os }}
4040 steps :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ThisBuild / startYear := Some(2013)
1010
1111val NewScala = " 2.13.11"
1212
13- ThisBuild / crossScalaVersions := Seq (" 3.3.0" , " 2.12.17 " , NewScala )
13+ ThisBuild / crossScalaVersions := Seq (" 3.3.0" , " 2.12.18 " , NewScala )
1414ThisBuild / tlVersionIntroduced := Map (" 3" -> " 3.0.3" )
1515
1616ThisBuild / githubWorkflowOSes := Seq (" ubuntu-latest" , " macos-latest" )
You can’t perform that action at this time.
0 commit comments