diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c2ba68c48..908af8051a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - ubuntu-22.04-arm - windows-latest - macos-14 - scala: [3.3.5, 2.12.20, 2.13.16] + scala: [3.3.5, 2.12.21, 2.13.16] java: - temurin@8 - temurin@11 @@ -45,13 +45,13 @@ jobs: java: temurin@11 - scala: 3.3.5 java: temurin@21 - - scala: 2.12.20 + - scala: 2.12.21 java: temurin@11 - - scala: 2.12.20 + - scala: 2.12.21 java: temurin@17 - - scala: 2.12.20 + - scala: 2.12.21 java: temurin@21 - - scala: 2.12.20 + - scala: 2.12.21 java: graalvm@21 - os: ubuntu-22.04-arm java: temurin@8 @@ -68,10 +68,10 @@ jobs: scala: 3.3.5 ci: ciJVM - os: windows-latest - scala: 2.12.20 + scala: 2.12.21 ci: ciJVM - os: macos-14 - scala: 2.12.20 + scala: 2.12.21 ci: ciJVM - os: macos-14 java: temurin@8 @@ -82,9 +82,9 @@ jobs: - ci: ciChrome scala: 3.3.5 - ci: ciFirefox - scala: 2.12.20 + scala: 2.12.21 - ci: ciChrome - scala: 2.12.20 + scala: 2.12.21 - ci: ciJS java: temurin@11 - ci: ciJS @@ -171,12 +171,12 @@ jobs: os: macos-14 - os: ubuntu-22.04-arm ci: ciNative - scala: 2.12.20 + scala: 2.12.21 - os: windows-latest ci: ciNative - os: macos-14 ci: ciNative - scala: 2.12.20 + scala: 2.12.21 runs-on: ${{ matrix.os }} timeout-minutes: 60 steps: @@ -469,32 +469,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.20, ciJVM) + - name: Download target directories (2.12.21, ciJVM) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.20-ciJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.21-ciJVM - - name: Inflate target directories (2.12.20, ciJVM) + - name: Inflate target directories (2.12.21, ciJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.20, ciNative) + - name: Download target directories (2.12.21, ciNative) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.20-ciNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.21-ciNative - - name: Inflate target directories (2.12.20, ciNative) + - name: Inflate target directories (2.12.21, ciNative) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.20, ciJS) + - name: Download target directories (2.12.21, ciJS) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.20-ciJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.21-ciJS - - name: Inflate target directories (2.12.20, ciJS) + - name: Inflate target directories (2.12.21, ciJS) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index 437677c02f..eba20f04fe 100644 --- a/build.sbt +++ b/build.sbt @@ -114,7 +114,7 @@ val ArmOS = "ubuntu-22.04-arm" val Windows = "windows-latest" val MacOS = "macos-14" -val Scala212 = "2.12.20" +val Scala212 = "2.12.21" val Scala213 = "2.13.16" val Scala3 = "3.3.5"