From 1d204a822d5747a9c84871c0c87beae0c13221b1 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 11:21:32 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.20 in series/0.25 --- .github/workflows/ci.yml | 6 +++--- build.sbt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fc9572..149ac99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,12 +29,12 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.13.10, 2.12.17, 3.2.0] + scala: [2.13.10, 2.12.20, 3.2.0] java: [temurin@8, temurin@11, temurin@17] exclude: - - scala: 2.12.17 + - scala: 2.12.20 java: temurin@11 - - scala: 2.12.17 + - scala: 2.12.20 java: temurin@17 - scala: 3.2.0 java: temurin@11 diff --git a/build.sbt b/build.sbt index 74ebe83..a20533a 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ ThisBuild / developers := List( ThisBuild / tlSitePublishBranch := Some("main") val Scala213 = "2.13.10" -ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.17", "3.2.0") +ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.20", "3.2.0") ThisBuild / scalaVersion := Scala213 // the default Scala val asyncHttpClientVersion = "2.12.3" From 145207f9929146f0bbdb38ae5de6caf8c0b3b604 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 11:21:46 +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 149ac99..7923c2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -234,12 +234,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.17) + - name: Download target directories (2.12.20) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.20 - - name: Inflate target directories (2.12.17) + - name: Inflate target directories (2.12.20) run: | tar xf targets.tar rm targets.tar