From 2af01a2ab33bb291b73580b8b560f8b075c5abe3 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:21:05 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.3.5 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 2cb903d..45aec51 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -1,5 +1,5 @@ object Versions { - val scala3 = "3.3.3" + val scala3 = "3.3.5" val scala213 = "2.13.12" val http4sVersion = "0.23.27" val catsEffectVersion = "3.5.4" From f96e6ddcd434bc052b7598af0af6a9d15ee10738 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:21:34 +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..0c0a074 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.5, 2.13.12] java: [temurin@17] project: [rootJVM, rootNative] include: - os: ubuntu-latest experimental: yes exclude: - - scala: 3.3.3 + - scala: 3.3.5 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.5, 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.5-rootNative - - name: Inflate target directories (3.3.3, rootNative) + - name: Inflate target directories (3.3.5, rootNative) run: | tar xf targets.tar rm targets.tar