diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2a61b4..966041e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.14, 2.13.8, 3.1.1] + scala: [2.12.14, 2.13.8, 3.1.2] java: [adopt@1.8, adopt@1.11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 3aad095..72e7d91 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val scalaTestV = "3.2.9" val scala213 = "2.13.8" ThisBuild / scalaVersion := scala213 -ThisBuild / crossScalaVersions := Seq("2.12.14", scala213, "3.1.1") +ThisBuild / crossScalaVersions := Seq("2.12.14", scala213, "3.1.2") ThisBuild / licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.html"))