diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94d281c..e09336b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10, 3.2.2] + scala: [2.13.14, 3.2.2] java: [temurin@8] project: [rootJS, rootJVM, rootNative] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index c9067cb..204e3b4 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ val Versions = new { val scalaYaml = "0.0.7" } -ThisBuild / crossScalaVersions := List("2.13.10", "3.2.2") +ThisBuild / crossScalaVersions := List("2.13.14", "3.2.2") ThisBuild / tlFatalWarningsInCi := false