From 78ce44a33e90c2227d30b324fb236f0fe6e557ff Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 04:55:18 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.18 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 b68ce44f..2fe9d0e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.13.10, 3.2.1] + scala: [2.13.18, 3.2.1] java: [temurin@11, temurin@17] project: [rootJVM] exclude: @@ -134,7 +134,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.18] java: [temurin@11] runs-on: ${{ matrix.os }} steps: @@ -226,7 +226,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.10] + scala: [2.13.18] java: [temurin@11] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 4cdd0a49..12aa2e23 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ ThisBuild / developers := List( // publish website from this branch ThisBuild / tlSitePublishBranch := Some("main") -val Scala213 = "2.13.10" +val Scala213 = "2.13.18" ThisBuild / crossScalaVersions := Seq(Scala213, "3.2.1") ThisBuild / scalaVersion := Scala213 // the default Scala From 79a36c6e0e33193ec431310c089f63f480d6cc17 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 04:55:31 +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 2fe9d0e9..b2c25b77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -187,12 +187,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.10, rootJVM) + - name: Download target directories (2.13.18, rootJVM) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.18-rootJVM - - name: Inflate target directories (2.13.10, rootJVM) + - name: Inflate target directories (2.13.18, rootJVM) run: | tar xf targets.tar rm targets.tar