diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e582945d..336543de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - SCALA_VERSION: ["2.12.19", "2.13.12", "3.3.1"] + SCALA_VERSION: ["2.12.19", "2.13.14", "3.3.1"] steps: - uses: actions/checkout@v4 with: diff --git a/project/Settings.scala b/project/Settings.scala index 19e85cfc..569dad4c 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -4,7 +4,7 @@ import sbt.Keys._ object Settings { private def scala212 = "2.12.19" - private def scala213 = "2.13.12" + private def scala213 = "2.13.14" private def scala3 = "3.3.1" private lazy val isAtLeastScala213 = Def.setting {