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