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 c9ac7035 Update scala-library to 2.13.15 (#316)
c9ac7035 is described below

commit c9ac7035c383a76da50d6130a3453881ee4c125c
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 3 10:31:37 2024 +0100

    Update scala-library to 2.13.15 (#316)
    
    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 01177505..7cf5c61b 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.14"
+scalaVersion := "2.13.15"
 
 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 4f057991..52292eeb 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.14"
+scalaVersion := "2.13.15"
 
 enablePlugins(JavaServerAppPackaging)
 
diff --git a/integration-test/marathon-api/build.sbt 
b/integration-test/marathon-api/build.sbt
index 5294c271..b64e7179 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.4"
 
-scalaVersion := "2.13.14"
+scalaVersion := "2.13.15"
 
 val pekkoManagementVersion = "1.0.0"
 
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ed372f68..e8805e46 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -12,7 +12,7 @@ import sbt._
 object Dependencies {
   // keep in sync with .github/workflows/unit-tests.yml
   val scala212Version = "2.12.20"
-  val scala213Version = "2.13.14"
+  val scala213Version = "2.13.15"
   val scala3Version = "3.3.3"
   val crossScalaVersions = Seq(scala212Version, scala213Version, scala3Version)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to