From 8e52ee81226906421389f73f186da7f3a1e9bc50 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Mar 2024 16:25:37 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.19 --- .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 dc8b0ac..b2fcdd2 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.19, 2.13.13, 3.3.3] java: [temurin@8, temurin@11, temurin@17, temurin@21] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index f24e2df..f3471cc 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.13" -val scala212Version = "2.12.18" +val scala212Version = "2.12.19" val scala3Version = "3.3.3" val circeVersion = "0.14.6" From 055bbff1d28cc2330e755f5953c5a62b4dbc42f2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Mar 2024 16:26:25 +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 b2fcdd2..45fc1fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,12 +136,12 @@ jobs: java-version: 21 cache: sbt - - name: Download target directories (2.12.18) + - name: Download target directories (2.12.19) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }} - - name: Inflate target directories (2.12.18) + - name: Inflate target directories (2.12.19) run: | tar xf targets.tar rm targets.tar