From 3ccbfb01e0c21b9655c15d9bc2e51eb498e383da Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Dec 2025 23:30:23 +0000 Subject: [PATCH 1/2] Update scala-library to 2.12.21 --- .github/workflows/ci.yml | 2 +- project/Dependencies.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ca3956..f7213db 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.1.3] + scala: [2.13.8, 2.12.21, 3.1.3] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e6ea98f..27d07d8 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,7 +2,7 @@ import sbt._ object Dependencies { object Versions { - val scala212 = "2.12.16" + val scala212 = "2.12.21" val scala213 = "2.13.8" val scala3 = "3.1.3" From 7675a709c9af25abc5c44f968f18012686da5dd2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Dec 2025 23:30:53 +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 f7213db..85c6fcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,12 +128,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.16) + - name: Download target directories (2.12.21) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.16-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.21-${{ matrix.java }} - - name: Inflate target directories (2.12.16) + - name: Inflate target directories (2.12.21) run: | tar xf targets.tar rm targets.tar