From 3b58a5de7e1068373948043f480fd088223839a5 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 04:14:43 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.17 in series/3.x --- .github/workflows/ci.yml | 8 ++++---- build.sbt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c2ba68c48..3485720969 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.20, 2.13.17] java: - temurin@8 - temurin@11 @@ -304,7 +304,7 @@ jobs: - shell: bash run: sbt '++ ${{ matrix.scala }}' '${{ matrix.ci }}' - - if: (matrix.scala == '2.13.16' || matrix.scala == '3.3.5') && matrix.ci == 'ciJVM' && matrix.java == 'temurin@17' + - if: (matrix.scala == '2.13.17' || matrix.scala == '3.3.5') && matrix.ci == 'ciJVM' && matrix.java == 'temurin@17' shell: bash run: sbt '++ ${{ matrix.scala }}' docs/mdoc @@ -324,12 +324,12 @@ jobs: run: example/test-native.sh ${{ matrix.scala }} - name: Test GraalVM Native Image - if: (matrix.scala == '2.13.16' || matrix.scala == '3.3.5') && matrix.java == 'graalvm@21' && matrix.os == 'ubuntu-latest' + if: (matrix.scala == '2.13.17' || matrix.scala == '3.3.5') && matrix.java == 'graalvm@21' && matrix.os == 'ubuntu-latest' shell: bash run: sbt '++ ${{ matrix.scala }}' graalVMExample/nativeImage graalVMExample/nativeImageRun - name: Scalafix tests - if: matrix.scala == '2.13.16' && matrix.ci == 'ciJVM' && matrix.os == 'ubuntu-latest' + if: matrix.scala == '2.13.17' && matrix.ci == 'ciJVM' && matrix.os == 'ubuntu-latest' shell: bash run: | cd scalafix diff --git a/build.sbt b/build.sbt index 437677c02f..3ed4e67ec0 100644 --- a/build.sbt +++ b/build.sbt @@ -115,7 +115,7 @@ val Windows = "windows-latest" val MacOS = "macos-14" val Scala212 = "2.12.20" -val Scala213 = "2.13.16" +val Scala213 = "2.13.17" val Scala3 = "3.3.5" ThisBuild / crossScalaVersions := Seq(Scala3, Scala212, Scala213) From abcf9d9b4591b84fa6675bd7cbb4d7624b2dd069 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 04:15:09 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3485720969..14447bcd98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -499,52 +499,52 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.16, ciJVM) + - name: Download target directories (2.13.17, ciJVM) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.16-ciJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.17-ciJVM - - name: Inflate target directories (2.13.16, ciJVM) + - name: Inflate target directories (2.13.17, ciJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.16, ciNative) + - name: Download target directories (2.13.17, ciNative) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.16-ciNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.17-ciNative - - name: Inflate target directories (2.13.16, ciNative) + - name: Inflate target directories (2.13.17, ciNative) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.16, ciJS) + - name: Download target directories (2.13.17, ciJS) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.16-ciJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.17-ciJS - - name: Inflate target directories (2.13.16, ciJS) + - name: Inflate target directories (2.13.17, ciJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.16, ciFirefox) + - name: Download target directories (2.13.17, ciFirefox) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.16-ciFirefox + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.17-ciFirefox - - name: Inflate target directories (2.13.16, ciFirefox) + - name: Inflate target directories (2.13.17, ciFirefox) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.16, ciChrome) + - name: Download target directories (2.13.17, ciChrome) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.16-ciChrome + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.17-ciChrome - - name: Inflate target directories (2.13.16, ciChrome) + - name: Inflate target directories (2.13.17, ciChrome) run: | tar xf targets.tar rm targets.tar