diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5e552a..aeab6b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - scalaVersion: ["2.12.19", "2.13.13", "3.2.2"] + scalaVersion: ["2.12.19", "2.13.14", "3.2.2"] runs-on: ubuntu-latest steps: diff --git a/build.sbt b/build.sbt index 35d0009..f64eed9 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ inThisBuild(Seq( scalaVersion := "2.12.19", - crossScalaVersions := Seq("2.12.19", "2.13.13", "3.2.2"), + crossScalaVersions := Seq("2.12.19", "2.13.14", "3.2.2"), licenses := Seq("MIT License" -> url("https://opensource.org/licenses/MIT")),