diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a584f91..abf0b41f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.12.17, 2.13.10, 3.2.1] + scala: [2.12.17, 2.13.11, 3.2.1] java: [temurin@11, temurin@17] project: [rootJVM] exclude: @@ -194,12 +194,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.10, rootJVM) + - name: Download target directories (2.13.11, rootJVM) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11-rootJVM - - name: Inflate target directories (2.13.10, rootJVM) + - name: Inflate target directories (2.13.11, rootJVM) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 8ccd4621..3266765c 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ val Versions = new { val previousCirceYamls = Set("0.14.0", "0.14.1", "0.14.2") val scala212 = "2.12.17" - val scala213 = "2.13.10" + val scala213 = "2.13.11" val scala3 = "3.2.1" val scalaVersions = Seq(scala212, scala213, scala3)