From 00cb83292d85a4607640e16e680828177b96f060 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 21:07:24 +0000 Subject: [PATCH 1/2] Update scala3-library, scala3-staging to 3.3.7 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb8c343..d40fc03 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.6] + scala: [2.11.12, 2.12.20, 2.13.16, 3.3.7] java: [zulu@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 1f450ea..2eefa3b 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ organization := "com.github.swagger-akka-http" ThisBuild / scalaVersion := "2.13.16" -ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", "2.13.16", "3.3.6") +ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", "2.13.16", "3.3.7") ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-scala-module")) From 0c074f83af739c06a9ba18ff4ef3b944eb842527 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 21:07:49 +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 d40fc03..b83b934 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,12 +120,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.6) + - name: Download target directories (3.3.7) uses: actions/download-artifact@v5 with: - name: target-${{ matrix.os }}-3.3.6-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.7-${{ matrix.java }} - - name: Inflate target directories (3.3.6) + - name: Inflate target directories (3.3.7) run: | tar xf targets.tar rm targets.tar