From 409068b47182d26394d967df4eaec51293bb1cb5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Dec 2025 16:30:44 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.21 --- .github/workflows/ci.yml | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28113b4..b7eb15f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.16, 2.12.20, 3.3.6] + scala: [2.13.16, 2.12.21, 3.3.6] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -68,7 +68,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.20] + scala: [2.12.21] java: [temurin@8] runs-on: ${{ matrix.os }} steps: diff --git a/build.sbt b/build.sbt index d237182..d91274b 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ inThisBuild( ) ) -val scala212Version = "2.12.20" +val scala212Version = "2.12.21" val scala213Version = "2.13.16" val scala3Version = "3.3.6" val scalaVersions = From a5cf5d9162c9a9d68c9a63811918e5e617de0e1c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Dec 2025 16:31:08 +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 b7eb15f..2acdbae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.21] + scala: [2.12.20] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -98,12 +98,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.20) + - name: Download target directories (2.12.21) uses: actions/download-artifact@v6 with: - name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.21-${{ matrix.java }} - - name: Inflate target directories (2.12.20) + - name: Inflate target directories (2.12.21) run: | tar xf targets.tar rm targets.tar