diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c5d1f0..130808c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.14, 2.13.8, 3.2.2] + scala: [2.12.19, 2.13.8, 3.2.2] java: [temurin@8] project: [rootJS, rootJVM, rootNative] runs-on: ${{ matrix.os }} diff --git a/build.sbt b/build.sbt index a11f862..b59528a 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ val scalaTestV = "3.2.9" val scala213 = "2.13.8" ThisBuild / scalaVersion := scala213 -ThisBuild / crossScalaVersions := Seq("2.12.14", scala213, "3.2.2") +ThisBuild / crossScalaVersions := Seq("2.12.19", scala213, "3.2.2") ThisBuild / licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.html"))