From 1f19f5624ebf2821c352b422c98a48bee42409a4 Mon Sep 17 00:00:00 2001 From: "aiven-scala-steward[bot]" <143503567+aiven-scala-steward[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 00:47:33 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.17 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b6ba546..05cfde59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.13] + scala: [2.13.17] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -86,7 +86,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.13] + scala: [2.13.17] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 176ec0e4..945e9ae7 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import com.jsuereth.sbtpgp.PgpKeys.publishSigned import com.lightbend.paradox.apidoc.ApidocPlugin.autoImport.apidocRootPackage -val scala213 = "2.13.13" +val scala213 = "2.13.17" ThisBuild / scalaVersion := scala213 ThisBuild / organization := "aiven.io" From 6d3ea92b38495673bbbbb9a617fe62b493604f13 Mon Sep 17 00:00:00 2001 From: "aiven-scala-steward[bot]" <143503567+aiven-scala-steward[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 00:47:52 +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 05cfde59..ce7c09a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,12 +103,12 @@ jobs: java-version: 11 cache: sbt - - name: Download target directories (2.13.13) + - name: Download target directories (2.13.17) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.17-${{ matrix.java }} - - name: Inflate target directories (2.13.13) + - name: Inflate target directories (2.13.17) run: | tar xf targets.tar rm targets.tar