From 1e72614b6f2aff294dda68f97a922a73852eff08 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 28 Mar 2024 18:01:14 +0000 Subject: [PATCH 1/2] Update scala3-library to 3.4.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f24e2df..873ccac 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "pekko-streams-circe" val scala213Version = "2.13.13" val scala212Version = "2.12.18" -val scala3Version = "3.3.3" +val scala3Version = "3.4.1" val circeVersion = "0.14.6" val pekkoVersion = "1.0.2" From 2ef7b9007b63a44aa32cb2e35ddadbf845a3724b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 28 Mar 2024 18:02: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 dc8b0ac..2a31eae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - scala: [2.12.18, 2.13.13, 3.3.3] + scala: [2.12.18, 2.13.13, 3.4.1] java: [temurin@8, temurin@11, temurin@17, temurin@21] runs-on: ${{ matrix.os }} steps: @@ -156,12 +156,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.3) + - name: Download target directories (3.4.1) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.4.1-${{ matrix.java }} - - name: Inflate target directories (3.3.3) + - name: Inflate target directories (3.4.1) run: | tar xf targets.tar rm targets.tar