diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a95dc9..cac4458 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - scalaVersion: ["2.12.20", "2.13.14", "3.4.1"] + scalaVersion: ["2.12.20", "2.13.15", "3.4.1"] runs-on: ubuntu-latest steps: diff --git a/build.sbt b/build.sbt index 25b2bd1..02c245d 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ inThisBuild(Seq( scalaVersion := "2.12.20", - crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.3"), licenses := Seq("MIT License" -> url("https://opensource.org/licenses/MIT")),