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/incubator-pekko-management.git
The following commit(s) were added to refs/heads/main by this push:
new 8e4b38e Update Scala 2 versions
8e4b38e is described below
commit 8e4b38eeccd8b19c87a7843276904ac129df9261
Author: Matthew de Detrich <[email protected]>
AuthorDate: Tue Jun 6 19:28:24 2023 +0200
Update Scala 2 versions
---
.github/workflows/unit-tests.yml | 8 ++++----
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 | 4 ++--
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml
index 502f899..679d1b5 100644
--- a/.github/workflows/unit-tests.yml
+++ b/.github/workflows/unit-tests.yml
@@ -18,10 +18,10 @@ jobs:
fail-fast: false
matrix:
include:
- - { javaVersion: 8, scalaVersion: 2.12.17, sbtOpts: '' }
- - { javaVersion: 11, scalaVersion: 2.12.17, sbtOpts:
'-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler' }
- - { javaVersion: 8, scalaVersion: 2.13.10, sbtOpts: '' }
- - { javaVersion: 11, scalaVersion: 2.13.10, sbtOpts:
'-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler' }
+ - { javaVersion: 8, scalaVersion: 2.12.18, sbtOpts: '' }
+ - { javaVersion: 11, scalaVersion: 2.12.18, sbtOpts:
'-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler' }
+ - { javaVersion: 8, scalaVersion: 2.13.11, sbtOpts: '' }
+ - { javaVersion: 11, scalaVersion: 2.13.11, sbtOpts:
'-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler' }
- { javaVersion: 8, scalaVersion: 3.3.0, sbtOpts: '' }
- { javaVersion: 11, scalaVersion: 3.3.0, sbtOpts:
'-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler' }
steps:
diff --git a/integration-test/dns-api-mesos/build.sbt
b/integration-test/dns-api-mesos/build.sbt
index 09ca5c4..4d1311f 100644
--- a/integration-test/dns-api-mesos/build.sbt
+++ b/integration-test/dns-api-mesos/build.sbt
@@ -1,7 +1,7 @@
enablePlugins(JavaAppPackaging)
name := "bootstrap-demo-dns-api"
-scalaVersion := "2.13.10"
+scalaVersion := "2.13.11"
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 50204c3..d341522 100644
--- a/integration-test/marathon-api-docker/build.sbt
+++ b/integration-test/marathon-api-docker/build.sbt
@@ -2,7 +2,7 @@ import com.typesafe.sbt.packager.docker._
name := "bootstrap-demo-marathon-api-docker"
-scalaVersion := "2.13.10"
+scalaVersion := "2.13.11"
enablePlugins(JavaServerAppPackaging)
diff --git a/integration-test/marathon-api/build.sbt
b/integration-test/marathon-api/build.sbt
index cfe140c..6a99d65 100644
--- a/integration-test/marathon-api/build.sbt
+++ b/integration-test/marathon-api/build.sbt
@@ -4,7 +4,7 @@ name := "bootstrap-demo-marathon-api"
version := "1.1.4"
-scalaVersion := "2.13.10"
+scalaVersion := "2.13.11"
val pekkoManagementVersion = "1.10.0"
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 310f542..a7a7a99 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -3,8 +3,8 @@ import Keys._
object Dependencies {
// keep in sync with .github/workflows/unit-tests.yml
- val scala212Version = "2.12.17"
- val scala213Version = "2.13.10"
+ val scala212Version = "2.12.18"
+ val scala213Version = "2.13.11"
val scala3Version = "3.3.0"
val crossScalaVersions = Seq(scala212Version, scala213Version, scala3Version)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]