From 4f9461ea22f4c62e62d7d0e69172e9276e5b4717 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 16:41:56 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.10 in series/0.23 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44d707cbe..36416d1e0 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.0, 2.12.17, 2.13.8] + scala: [3.2.0, 2.12.17, 2.13.10] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -117,7 +117,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8] + scala: [2.13.10] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index 83df9411a..1435d98e6 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import com.typesafe.tools.mima.core._ import Dependencies._ val Scala212 = "2.12.17" -val Scala213 = "2.13.8" +val Scala213 = "2.13.10" val Scala3 = "3.2.0" val http4sVersion = "0.23.16" val munitCatsEffectVersion = "2.0.0-M3" From c3496cc706f0a567b73c1ddee0eb2c27088e0113 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 16:43:00 +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 36416d1e0..154a849d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,12 +174,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.8) + - name: Download target directories (2.13.10) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.8 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10 - - name: Inflate target directories (2.13.8) + - name: Inflate target directories (2.13.10) run: | tar xf targets.tar rm targets.tar