From 433ed9ccef90f948c984b92c03e969c4a8d0790a Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 01:06:40 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.21 in main --- .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..567cefe 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.21, 3.2.0] java: [temurin@8, temurin@11, temurin@17] exclude: - - scala: 2.12.17 + - scala: 2.12.21 java: temurin@11 - - scala: 2.12.17 + - scala: 2.12.21 java: temurin@17 - scala: 3.2.0 java: temurin@11 diff --git a/build.sbt b/build.sbt index 74ebe83..cf52519 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.21", "3.2.0") ThisBuild / scalaVersion := Scala213 // the default Scala val asyncHttpClientVersion = "2.12.3" From 6b606e42cad09ab90e42f4c8a91402036d473df3 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 01:06:55 +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 567cefe..112d03f 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.21) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.21 - - name: Inflate target directories (2.12.17) + - name: Inflate target directories (2.12.21) run: | tar xf targets.tar rm targets.tar