diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9378f961..d0667cd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,7 +259,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.11] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index e193fac8..671b5c26 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import com.typesafe.tools.mima.core._ ThisBuild / tlBaseVersion := "0.3" val scala212Version = "2.12.17" -val scala213Version = "2.13.10" +val scala213Version = "2.13.11" val scala30Version = "3.2.2" val collectionCompatVersion = "2.11.0"