From c02e434ac4f8ff88bb159cd597fe48d625b3d478 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 20:19:06 +0000 Subject: [PATCH 1/2] Update scala-library to 2.13.13 --- .github/workflows/ci.yml | 2 +- project/Versions.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1a4ee1d..04229d0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - macos-11 - macos-12 - windows-2022 - scala: [3.3.3, 2.13.12] + scala: [3.3.3, 2.13.13] java: [temurin@17] project: [rootJVM, rootNative] include: diff --git a/project/Versions.scala b/project/Versions.scala index d1a71bc1..092cb25b 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -1,6 +1,6 @@ object Versions { val scala3 = "3.3.3" - val scala213 = "2.13.12" + val scala213 = "2.13.13" val http4sVersion = "0.23.26" val catsEffectVersion = "3.5.4" val munitCEVersion = "2.0.0-M4" From f134d178c31289c482daf01bca75a75c92694fb3 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 20:19:25 +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 04229d0c..a6e1c2d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -257,12 +257,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.12, rootNative) + - name: Download target directories (2.13.13, rootNative) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.13-rootNative - - name: Inflate target directories (2.13.12, rootNative) + - name: Inflate target directories (2.13.13, rootNative) run: | tar xf targets.tar rm targets.tar