This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/1.2.x by this push:
new 46e455c Update scala-library, scala-reflect to 2.13.18 (#393) (#411)
46e455c is described below
commit 46e455c7b404b6487172fa7daa14dcb81dea22e6
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Jan 2 11:33:34 2026 +0100
Update scala-library, scala-reflect to 2.13.18 (#393) (#411)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 16feba2..660f403 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -11,8 +11,8 @@ import sbt._
object Dependencies {
// Keep in sync with .github CI build
- val Scala212 = "2.12.20"
- val Scala213 = "2.13.17"
+ val Scala212 = "2.12.21"
+ val Scala213 = "2.13.18"
val Scala3 = "3.3.7"
val ScalaVersions = Seq(Scala212, Scala213, Scala3)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]