This is an automated email from the ASF dual-hosted git repository.
fanningpj 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 b85aa36b Update scala-library to 2.13.18 (#558)
b85aa36b is described below
commit b85aa36bf3f3195372832fcfd2249edfc701c934
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 30 09:47:09 2025 +0100
Update scala-library to 2.13.18 (#558)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
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 614462c8..f9142e7c 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.17"
+scalaVersion := "2.13.18"
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 3c077f4a..e3348d40 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.17"
+scalaVersion := "2.13.18"
enablePlugins(JavaServerAppPackaging)
diff --git a/integration-test/marathon-api/build.sbt
b/integration-test/marathon-api/build.sbt
index b1be488b..148e657d 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.17"
+scalaVersion := "2.13.18"
val pekkoManagementVersion = "1.0.0"
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 0fff2452..5433a612 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.17"
+ val scala213Version = "2.13.18"
val scala3Version = "3.3.7"
val crossScalaVersions = Seq(scala213Version, scala3Version)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]