diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cac4458..1150a7b 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.15", "3.4.1"] + scalaVersion: ["2.12.20", "2.13.16", "3.4.1"] runs-on: ubuntu-latest steps: diff --git a/build.sbt b/build.sbt index 136161f..24d3a9a 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ inThisBuild(Seq( scalaVersion := "2.12.20", - crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.4"), + crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.4"), licenses := Seq("MIT License" -> url("https://opensource.org/licenses/MIT")),