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 2828 strategy :
2929 matrix :
3030 os : [ubuntu-latest, macos-latest]
31- scala : [3.3.0, 2.12.17, 2.13.10 ]
31+ scala : [3.3.0, 2.12.17, 2.13.11 ]
3232 java : [temurin@17]
3333 project : [rootJS, rootJVM, rootNative]
3434 exclude :
@@ -106,7 +106,7 @@ jobs:
106106 run : sbt 'project ${{ matrix.project }}' '++ ${{ matrix.scala }}' doc
107107
108108 - name : Scalafix tests
109- if : matrix.scala == '2.13.10 ' && matrix.project == 'rootJVM'
109+ if : matrix.scala == '2.13.11 ' && matrix.project == 'rootJVM'
110110 run : |
111111 cd scalafix
112112 sbt testCI
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ThisBuild / organization := "co.fs2"
88ThisBuild / organizationName := " Functional Streams for Scala"
99ThisBuild / startYear := Some (2013 )
1010
11- val NewScala = " 2.13.10 "
11+ val NewScala = " 2.13.11 "
1212
1313ThisBuild / crossScalaVersions := Seq (" 3.3.0" , " 2.12.17" , NewScala )
1414ThisBuild / tlVersionIntroduced := Map (" 3" -> " 3.0.3" )
You can’t perform that action at this time.
0 commit comments