diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 842a357..4c0d692 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.17", "2.13.10"] + SCALA_VERSION: ["2.12.17", "2.13.12"] steps: - uses: actions/checkout@v3 with: diff --git a/project/Settings.scala b/project/Settings.scala index 30950b7..c59e144 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -4,7 +4,7 @@ import sbt.Keys._ object Settings { private val scala212 = "2.12.17" - private val scala213 = "2.13.10" + private val scala213 = "2.13.12" lazy val shared = Seq( scalaVersion := scala213,