diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03ba6ca9..9c88a747 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.20, 2.13.16, 3.3.6] + scala: [2.12.20, 2.13.16, 3.3.7] java: [17, 21] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 51e31591..9668b30e 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ lazy val compileScalastyle = taskKey[Unit]("compileScalastyle") val commonSettings = Seq( ThisBuild / scalaVersion := "2.12.20", - crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.6"), + crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.7"), ThisBuild / parallelExecution := false, fork := true,