From 158d172dc3ae44edad4d65b02ba2e24814647791 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 20:26:40 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.3.1 in series/0.23 --- .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 336f319..ef7f87b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,16 +29,16 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [2.12.17, 2.13.10, 3.3.0] + scala: [2.12.17, 2.13.10, 3.3.1] java: [temurin@8, temurin@11, temurin@17] exclude: - scala: 2.12.17 java: temurin@11 - scala: 2.12.17 java: temurin@17 - - scala: 3.3.0 + - scala: 3.3.1 java: temurin@11 - - scala: 3.3.0 + - scala: 3.3.1 java: temurin@17 runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index dde21d7..f5e7723 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ ThisBuild / startYear := Some(2014) val Scala212 = "2.12.17" val Scala213 = "2.13.10" -ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, "3.3.0") +ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, "3.3.1") ThisBuild / scalaVersion := Scala213 ThisBuild / tlSkipIrrelevantScalas := true From 436a2d48d0ba63ef5b3b7e5e87c55d43176453e6 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 20:27:01 +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 ef7f87b..d732eb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -243,12 +243,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.0) + - name: Download target directories (3.3.1) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0 + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.1 - - name: Inflate target directories (3.3.0) + - name: Inflate target directories (3.3.1) run: | tar xf targets.tar rm targets.tar