From f77f2bda6b5cda4b7f41501039bfac3d3c875ed0 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:38:47 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.2.2 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 242b73bbf..71dfe8296 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import Dependencies._ val Scala212 = "2.12.17" val Scala213 = "2.13.10" -val Scala3 = "3.2.1" +val Scala3 = "3.2.2" val http4sVersion = "0.23.18" val munitCatsEffectVersion = "2.0.0-M3" From 468243be5b1012456bc8f3d6e9463ffe4f1e34dd Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:39:36 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4123c5a9..8ad03cd81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - scala: [3.2.1, 2.12.17, 2.13.10] + scala: [3.2.2, 2.12.17, 2.13.10] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -154,12 +154,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (3.2.1) + - name: Download target directories (3.2.2) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.1 + name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2 - - name: Inflate target directories (3.2.1) + - name: Inflate target directories (3.2.2) run: | tar xf targets.tar rm targets.tar