diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25fd5afa..9ae9a236 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: fail-fast: false matrix: java: ["8", "11", "17"] - scala: ["2.12.17", "2.13.10", "3.2.2"] + scala: ["2.12.18", "2.13.10", "3.2.2"] steps: - name: Checkout current branch uses: actions/checkout@v3.5.2 diff --git a/build.sbt b/build.sbt index 65af6135..8f432dba 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import Dependencies._ Global / onChangedBuildSource := ReloadOnSourceChanges -val Scala212: String = "2.12.17" +val Scala212: String = "2.12.18" val Scala213: String = "2.13.10" val Scala3: String = "3.3.0"