This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-sbt-paradox.git
commit d5692e2a0c13e8137326d30c123df0e57ca2d1ca
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 18 02:06:55 2026 +0000
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 3b118a4..1a26763 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
- scala: [2.12.20]
+ scala: [2.12.21]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
@@ -80,7 +80,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 ce06f63..6bfd0ec 100644
--- a/build.sbt
+++ b/build.sbt
@@ -17,7 +17,7 @@
import
net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCheckResolver
-val scala212 = "2.12.20"
+val scala212 = "2.12.21"
ThisBuild / scalaVersion := scala212
ThisBuild / crossScalaVersions := Seq(scala212)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]