This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/1.2.x by this push:
new e195cec2e Update scala-library, scala-reflect to 2.13.17 (#1238)
(#1241)
e195cec2e is described below
commit e195cec2e4c02c62a16c85d6f91ad91e62002f6d
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Oct 9 11:00:23 2025 +0100
Update scala-library, scala-reflect to 2.13.17 (#1238) (#1241)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 65b26866e..1a786e641 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -16,8 +16,8 @@ object Dependencies {
val CronBuild = sys.env.get("GITHUB_EVENT_NAME").contains("schedule")
- val Scala213 = "2.13.16" // update even in link-validator.conf
val Scala212 = "2.12.20"
+ val Scala213 = "2.13.17" // update even in link-validator.conf
val Scala3 = "3.3.6"
val ScalaVersions = Seq(Scala213, Scala212, Scala3)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]