From d9e4b025124aa29ea696a08696ec44c57f477a26 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 16:17:00 +0000 Subject: [PATCH 1/2] Update scala-library, scalap to 2.13.17 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa5ac37..5167bfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - scala: [2.13.16] + scala: [2.13.17] java: - zulu@8 - temurin@11 @@ -102,7 +102,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16] + scala: [2.13.17] java: [zulu@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 5cc4200..47069dc 100644 --- a/build.sbt +++ b/build.sbt @@ -1,11 +1,11 @@ val buildName = "jardiff" val scala212Version = "2.12.20" -val scala213Version = "2.13.16" +val scala213Version = "2.13.17" inThisBuild(Seq[Setting[_]]( organization := "com.lightbend", - scalaVersion := "2.13.16", + scalaVersion := "2.13.17", startYear := Some(2017), organizationName := "Lightbend Inc. ", licenses := List(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.txt"))), From 948ace2639dd8938aa63f81cc7d5b2ed15750991 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 16:17:24 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5167bfd..2509341 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,12 +154,12 @@ jobs: - name: Setup sbt uses: sbt/setup-sbt@v1 - - name: Download target directories (2.13.16) + - name: Download target directories (2.13.17) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.17-${{ matrix.java }} - - name: Inflate target directories (2.13.16) + - name: Inflate target directories (2.13.17) run: | tar xf targets.tar rm targets.tar