From 1815d64da5df84ffa8ac92a986dd2f6294c722fd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 29 Sep 2024 01:18:05 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.3.4 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 43158a0..644f292 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.2.2" + val scala3 = "3.3.4" val trace4cats = "0.14.2" From 45c4ff7f01ca0f32291c05b2c798da57a5cca174 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 29 Sep 2024 01:18:53 +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 beb77b1..2d8bd29 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.2.2] + scala: [2.13.8, 2.12.16, 3.3.4] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: @@ -138,12 +138,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.2.2) + - name: Download target directories (3.3.4) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.2.2-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }} - - name: Inflate target directories (3.2.2) + - name: Inflate target directories (3.3.4) run: | tar xf targets.tar rm targets.tar