diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a15e378..16004c0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,9 @@ jobs: { version: '2.12.19' }, { version: '2.12.18' }, { version: '2.12.17' }, + { version: '2.13.14' }, { version: '2.13.13' }, - { version: '2.13.12' }, - { version: '2.13.11' } + { version: '2.13.12' } ] steps: - name: checkout the repo diff --git a/bin/test-release.sh b/bin/test-release.sh index e8a53922..8125b568 100755 --- a/bin/test-release.sh +++ b/bin/test-release.sh @@ -12,6 +12,7 @@ coursier fetch \ org.scoverage:scalac-scoverage-plugin_2.13.11:$version \ org.scoverage:scalac-scoverage-plugin_2.13.12:$version \ org.scoverage:scalac-scoverage-plugin_2.13.13:$version \ + org.scoverage:scalac-scoverage-plugin_2.13.14:$version \ org.scoverage:scalac-scoverage-runtime_2.12:$version \ org.scoverage:scalac-scoverage-runtime_2.13:$version \ org.scoverage:scalac-scoverage-runtime_sjs1_2.12:$version \ diff --git a/build.sbt b/build.sbt index fa4b5d99..e5bee64e 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import sbtcrossproject.CrossType lazy val munitVersion = "1.0.0-RC1" lazy val scalametaVersion = "4.9.3" lazy val defaultScala212 = "2.12.19" -lazy val defaultScala213 = "2.13.13" +lazy val defaultScala213 = "2.13.14" lazy val defaultScala3 = "3.3.0" lazy val bin212 = Seq( @@ -16,6 +16,7 @@ lazy val bin212 = lazy val bin213 = Seq( defaultScala213, + "2.13.13", "2.13.12", "2.13.11", "2.13.10"