From 5bfaeaa8c459a6ab54969bd28b413e3e2ba960d5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 May 2025 15:29:25 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.3.6 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c167037..397f05b 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,7 +4,7 @@ object Dependencies { object Versions { val scala212 = "2.12.16" val scala213 = "2.13.8" - val scala3 = "3.3.0" + val scala3 = "3.3.6" val trace4cats = "0.14.5" val trace4catsExporterHttp = "0.14.0" From 1e63dedafa8ce742a5723e60ae6e722a2e7c6974 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 May 2025 15:30:09 +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 4c45ec3..8bc7451 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8, 2.12.16, 3.3.0] + scala: [2.13.8, 2.12.16, 3.3.6] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: @@ -144,12 +144,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.0) + - name: Download target directories (3.3.6) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.3.0-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.6-${{ matrix.java }} - - name: Inflate target directories (3.3.0) + - name: Inflate target directories (3.3.6) run: | tar xf targets.tar rm targets.tar