From 77e81d488f5612c90fe0d5709a744a3b0f311ead Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:20:21 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.3.4 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 2cb903d..8bd4825 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -1,5 +1,5 @@ object Versions { - val scala3 = "3.3.3" + val scala3 = "3.3.4" val scala213 = "2.13.12" val http4sVersion = "0.23.27" val catsEffectVersion = "3.5.4" From 9ea9dd167d9525703b127616f2f0cf93e7943533 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:20:50 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1a4ee1..8d2460a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,14 +35,14 @@ jobs: - macos-11 - macos-12 - windows-2022 - scala: [3.3.3, 2.13.12] + scala: [3.3.4, 2.13.12] java: [temurin@17] project: [rootJVM, rootNative] include: - os: ubuntu-latest experimental: yes exclude: - - scala: 3.3.3 + - scala: 3.3.4 os: windows-2022 - project: rootJVM runs-on: ${{ matrix.os }} @@ -247,12 +247,12 @@ jobs: vcpkg install --triplet x64-windows curl cp "C:\vcpkg\installed\x64-windows\lib\libcurl.lib" "C:\vcpkg\installed\x64-windows\lib\curl.lib" - - name: Download target directories (3.3.3, rootNative) + - name: Download target directories (3.3.4, rootNative) uses: actions/download-artifact@v3 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.4-rootNative - - name: Inflate target directories (3.3.3, rootNative) + - name: Inflate target directories (3.3.4, rootNative) run: | tar xf targets.tar rm targets.tar