diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f40925a..0679685 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: fail-fast: false matrix: java: [ "8", "11", "17", "21" ] - scala: [ "2.12.19", "2.13.14", "3.5.0" ] + scala: [ "2.12.20", "2.13.14", "3.5.0" ] steps: - name: Checkout current branch uses: actions/checkout@v4.1.7 diff --git a/build.sbt b/build.sbt index 6c7d6c0..087df6a 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import Dependencies._ Global / onChangedBuildSource := ReloadOnSourceChanges -val Scala212: String = "2.12.19" +val Scala212: String = "2.12.20" val Scala213: String = "2.13.14" val Scala3: String = "3.5.0"