diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54630e86..97943b05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -273,7 +273,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.13] + scala: [2.13.14] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 970366a3..d3d75e79 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.19" -val scala213Version = "2.13.13" +val scala213Version = "2.13.14" val scala30Version = "3.3.3" val collectionCompatVersion = "2.11.0"