From fa95fe9e398e18473078b02199c678a86c0bb77e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 17 Oct 2025 20:46:47 +0000 Subject: [PATCH 1/2] Update scala-library, scala-reflect 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 b83b9341..16b02119 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.11.12, 2.12.20, 2.13.16, 3.3.7] + scala: [2.11.12, 2.12.20, 2.13.17, 3.3.7] java: [zulu@8] runs-on: ${{ matrix.os }} steps: @@ -70,7 +70,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 2eefa3b2..b6834f37 100644 --- a/build.sbt +++ b/build.sbt @@ -6,9 +6,9 @@ import sbtghactions.JavaSpec.Distribution.Zulu organization := "com.github.swagger-akka-http" -ThisBuild / scalaVersion := "2.13.16" +ThisBuild / scalaVersion := "2.13.17" -ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", "2.13.16", "3.3.7") +ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", "2.13.17", "3.3.7") ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-scala-module")) From efc04334c7667328830f9af73263572c4334861c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 17 Oct 2025 20:47:14 +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 16b02119..88527c1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,12 +110,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.16) + - name: Download target directories (2.13.17) uses: actions/download-artifact@v5 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