diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1a4ee1d..1b072b09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - macos-11 - macos-12 - windows-2022 - scala: [3.3.3, 2.13.12] + scala: [3.3.3, 2.13.18] java: [temurin@17] project: [rootJVM, rootNative] include: @@ -257,12 +257,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.12, rootNative) + - name: Download target directories (2.13.18, rootNative) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.18-rootNative - - name: Inflate target directories (2.13.12, rootNative) + - name: Inflate target directories (2.13.18, rootNative) run: | tar xf targets.tar rm targets.tar diff --git a/project/Versions.scala b/project/Versions.scala index 2cb903d7..8b1416aa 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -1,6 +1,6 @@ object Versions { val scala3 = "3.3.3" - val scala213 = "2.13.12" + val scala213 = "2.13.18" val http4sVersion = "0.23.27" val catsEffectVersion = "3.5.4" val munitCEVersion = "2.0.0-RC1"