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-management.git
The following commit(s) were added to refs/heads/main by this push:
new c1431fc4 Update scala-library to 2.13.17
c1431fc4 is described below
commit c1431fc48741fc3aec6f0a89b2f4ce92bb561b1f
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 12 00:15:44 2025 +0000
Update scala-library to 2.13.17
---
integration-test/dns-api-mesos/build.sbt | 2 +-
integration-test/marathon-api-docker/build.sbt | 2 +-
integration-test/marathon-api/build.sbt | 2 +-
project/Dependencies.scala | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/integration-test/dns-api-mesos/build.sbt
b/integration-test/dns-api-mesos/build.sbt
index cdc67af0..614462c8 100644
--- a/integration-test/dns-api-mesos/build.sbt
+++ b/integration-test/dns-api-mesos/build.sbt
@@ -10,7 +10,7 @@
enablePlugins(JavaAppPackaging)
name := "bootstrap-demo-dns-api"
-scalaVersion := "2.13.16"
+scalaVersion := "2.13.17"
def pekkoManagementVersion(version: String) = version.split('+')(0)
diff --git a/integration-test/marathon-api-docker/build.sbt
b/integration-test/marathon-api-docker/build.sbt
index 5a0a90ff..3c077f4a 100644
--- a/integration-test/marathon-api-docker/build.sbt
+++ b/integration-test/marathon-api-docker/build.sbt
@@ -11,7 +11,7 @@ import com.typesafe.sbt.packager.docker._
name := "bootstrap-demo-marathon-api-docker"
-scalaVersion := "2.13.16"
+scalaVersion := "2.13.17"
enablePlugins(JavaServerAppPackaging)
diff --git a/integration-test/marathon-api/build.sbt
b/integration-test/marathon-api/build.sbt
index aa127994..b1be488b 100644
--- a/integration-test/marathon-api/build.sbt
+++ b/integration-test/marathon-api/build.sbt
@@ -13,7 +13,7 @@ name := "bootstrap-demo-marathon-api"
version := "1.1.5"
-scalaVersion := "2.13.16"
+scalaVersion := "2.13.17"
val pekkoManagementVersion = "1.0.0"
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c4464cf5..3a2159c9 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -11,7 +11,7 @@ import sbt._
object Dependencies {
// keep in sync with .github/workflows/unit-tests.yml
- val scala213Version = "2.13.16"
+ val scala213Version = "2.13.17"
val scala3Version = "3.3.6"
val crossScalaVersions = Seq(scala213Version, scala3Version)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]