This is an automated email from the ASF dual-hosted git repository.

mdedetrich 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 3251e17  Change default Scala version to 2.13
3251e17 is described below

commit 3251e17d61ecc6a8eca9790c8201917f0c78d6a8
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri May 19 21:14:47 2023 +0200

    Change default Scala version to 2.13
---
 .github/workflows/publish-nightly.yml          | 2 +-
 integration-test/dns-api-mesos/build.sbt       | 2 +-
 integration-test/kubernetes-api-java/pom.xml   | 2 +-
 integration-test/kubernetes-api-java/test.sh   | 2 +-
 integration-test/marathon-api-docker/build.sbt | 2 +-
 integration-test/marathon-api/build.sbt        | 2 +-
 project/Common.scala                           | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/publish-nightly.yml 
b/.github/workflows/publish-nightly.yml
index 5849f6e..e35e05a 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -46,7 +46,7 @@ jobs:
         run: |-
           mkdir -p target/nightly-docs/docs/pekko-management/${{ 
github.ref_name }}-snapshot/
           mv docs/target/paradox/site/main/ 
target/nightly-docs/docs/pekko-management/${{ github.ref_name }}-snapshot/docs
-          mv target/scala-2.12/unidoc 
target/nightly-docs/docs/pekko-management/${{ github.ref_name }}-snapshot/api
+          mv target/scala-2.13/unidoc 
target/nightly-docs/docs/pekko-management/${{ github.ref_name }}-snapshot/api
 
       - name: Upload nightly docs
         uses: ./.github/actions/sync-nightlies
diff --git a/integration-test/dns-api-mesos/build.sbt 
b/integration-test/dns-api-mesos/build.sbt
index e1ba033..53378cb 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.12.16"
+scalaVersion := "2.13.10"
 
 def akkaManagementVersion(version: String) = version.split('+')(0)
 
diff --git a/integration-test/kubernetes-api-java/pom.xml 
b/integration-test/kubernetes-api-java/pom.xml
index 2339e94..75f4a82 100644
--- a/integration-test/kubernetes-api-java/pom.xml
+++ b/integration-test/kubernetes-api-java/pom.xml
@@ -21,7 +21,7 @@
     <pekko.version>0.0.0+26656-898c6970-SNAPSHOT</pekko.version>
     <pekko.http.version>0.0.0+4345-fa1cb9cb-SNAPSHOT</pekko.http.version>
     <pekko-management.version>0.0.0</pekko-management.version> <!-- set by 
build -->
-    <scala.binary.version>2.12</scala.binary.version>
+    <scala.binary.version>2.13</scala.binary.version>
   </properties>
 
   <repositories>
diff --git a/integration-test/kubernetes-api-java/test.sh 
b/integration-test/kubernetes-api-java/test.sh
index 0381d1d..0e762df 100755
--- a/integration-test/kubernetes-api-java/test.sh
+++ b/integration-test/kubernetes-api-java/test.sh
@@ -2,7 +2,7 @@
 
 set -exu
 
-VERSION=`sbt publishM2 | grep pekko-management-cluster-bootstrap_2.12 | tail 
-1 | cut -d "/" -f 10`
+VERSION=`sbt publishM2 | grep pekko-management-cluster-bootstrap_2.13 | tail 
-1 | cut -d "/" -f 10`
 
 cd integration-test/kubernetes-api-java
 
diff --git a/integration-test/marathon-api-docker/build.sbt 
b/integration-test/marathon-api-docker/build.sbt
index f4fdc88..73e2801 100644
--- a/integration-test/marathon-api-docker/build.sbt
+++ b/integration-test/marathon-api-docker/build.sbt
@@ -4,7 +4,7 @@ name := "bootstrap-demo-marathon-api-docker"
 
 version := "1.1.4"
 
-scalaVersion := "2.12.16"
+scalaVersion := "2.13.10"
 
 enablePlugins(JavaServerAppPackaging)
 
diff --git a/integration-test/marathon-api/build.sbt 
b/integration-test/marathon-api/build.sbt
index ec36988..a980ed3 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.12.16"
+scalaVersion := "2.13.10"
 
 val akkaManagementVersion = "1.10.0"
 
diff --git a/project/Common.scala b/project/Common.scala
index 62fc4f2..4a1d892 100644
--- a/project/Common.scala
+++ b/project/Common.scala
@@ -74,7 +74,7 @@ object Common extends AutoPlugin {
       // -v Log "test run started" / "test started" / "test run finished" 
events on log level "info" instead of "debug".
       // -a Show stack traces and exception class name for AssertionErrors.
       testOptions += Tests.Argument(TestFrameworks.JUnit, "-v", "-a"),
-      scalaVersion := Dependencies.scala212Version)
+      scalaVersion := Dependencies.scala213Version)
 
   override lazy val buildSettings = Seq(
     dynverSonatypeSnapshots := true)


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

Reply via email to