From 734336689aec12fa895c03988bd942cb8bce7670 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Sep 2024 15:29:30 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.20 --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e270e8..cb62edd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-12, macos-latest] - scala: [2.12.19, 2.13.14, 3.3.3] + scala: [2.12.20, 2.13.14, 3.3.3] java: [temurin@8, temurin@11, temurin@17, temurin@21] exclude: - java: temurin@8 diff --git a/build.sbt b/build.sbt index 8a6101c..6ffac65 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import com.jsuereth.sbtpgp.PgpKeys.publishSigned name := "pekko-streams-circe" val scala213Version = "2.13.14" -val scala212Version = "2.12.19" +val scala212Version = "2.12.20" val scala3Version = "3.3.3" val circeVersion = "0.14.7" From 7b619097c2857182842df0c9deaf7211b27f4823 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Sep 2024 15:29:58 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb62edd..1f07698 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,12 +149,12 @@ jobs: - name: Setup sbt uses: sbt/setup-sbt@v1 - - name: Download target directories (2.12.19) + - name: Download target directories (2.12.20) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} - - name: Inflate target directories (2.12.19) + - name: Inflate target directories (2.12.20) run: | tar xf targets.tar rm targets.tar