File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 strategy :
2323 matrix :
2424 os : [ubuntu-latest]
25- scala : [2.12.17 , 2.13.10, 3.3.1]
25+ scala : [2.12.19 , 2.13.10, 3.3.1]
2626 java : [temurin@8]
2727 runs-on : ${{ matrix.os }}
2828 steps :
4343 run : sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
4444
4545 - name : Build and test all rules
46- if : matrix.scala == '2.12.17 '
46+ if : matrix.scala == '2.12.19 '
4747 run : sbt '++ ${{ matrix.scala }}' test
4848
4949 - name : Build annotations
50- if : matrix.scala != '2.12.17 '
50+ if : matrix.scala != '2.12.19 '
5151 run : ' sbt '' ++ ${{ matrix.scala }}'' annotation/test:compile annotationJS/test:compile'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import ReleaseTransformations._
33
44ThisBuild / organization := " org.typelevel"
55
6- val Scala212 = " 2.12.17 "
6+ val Scala212 = " 2.12.19 "
77
88ThisBuild / crossScalaVersions := Seq (Scala212 , " 2.13.10" , " 3.3.1" )
99ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.head
You can’t perform that action at this time.
0 commit comments