From 255de0f052414d47b8584cad6a270ce330657748 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 10:49:22 +0000 Subject: [PATCH 1/3] Update scala-library, scala-reflect to 2.13.16 --- .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 1c22e8e4..5c02a75d 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.15, 3.3.4] + scala: [2.11.12, 2.12.20, 2.13.16, 3.3.4] java: [zulu@8] runs-on: ${{ matrix.os }} steps: @@ -70,7 +70,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.15] + scala: [2.13.16] java: [zulu@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index c711ef69..f95da4e2 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.15" +ThisBuild / scalaVersion := "2.13.16" -ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", "2.13.15", "3.3.4") +ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", "2.13.16", "3.3.4") ThisBuild / organizationHomepage := Some(url("https://github.com/swagger-akka-http/swagger-scala-module")) From 983d13b0ef5608d954bb4c8922cfcdacaf4b8891 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 10:50:33 +0000 Subject: [PATCH 2/3] 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 5c02a75d..c8657071 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.15) + - name: Download target directories (2.13.16) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }} - - name: Inflate target directories (2.13.15) + - name: Inflate target directories (2.13.16) run: | tar xf targets.tar rm targets.tar From d20e007c750281aca4ecd4150e8006af8374cdce Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 19 Jan 2025 12:13:17 +0100 Subject: [PATCH 3/3] Update plugins.sbt --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 77df7e38..8dd4ae71 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0") addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")