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 f092d5c5 Fix version numbers (#228)
f092d5c5 is described below
commit f092d5c57634a6c01ada731d2be6fcaa85c4156a
Author: Philippus Baalman <[email protected]>
AuthorDate: Thu May 9 13:09:14 2024 +0200
Fix version numbers (#228)
---
integration-test/dns-api-mesos/build.sbt | 2 +-
integration-test/marathon-api/build.sbt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/integration-test/dns-api-mesos/build.sbt
b/integration-test/dns-api-mesos/build.sbt
index 9bc3cbc4..f66ce93e 100644
--- a/integration-test/dns-api-mesos/build.sbt
+++ b/integration-test/dns-api-mesos/build.sbt
@@ -20,4 +20,4 @@ libraryDependencies += "org.apache.pekko" %%
"pekko-management-cluster-bootstrap
libraryDependencies += "org.apache.pekko" %% "pekko-management-cluster-http" %
pekkoManagementVersion(
version.value)
-libraryDependencies += "org.apache.pekko" %% "pekko-discovery" % "2.5.20"
+libraryDependencies += "org.apache.pekko" %% "pekko-discovery" % "1.0.2"
diff --git a/integration-test/marathon-api/build.sbt
b/integration-test/marathon-api/build.sbt
index 2bd168fb..86f7f596 100644
--- a/integration-test/marathon-api/build.sbt
+++ b/integration-test/marathon-api/build.sbt
@@ -15,7 +15,7 @@ version := "1.1.4"
scalaVersion := "2.13.11"
-val pekkoManagementVersion = "1.10.0"
+val pekkoManagementVersion = "1.0.0"
libraryDependencies ++= Vector(
"org.apache.pekko" %% "pekko-management-cluster-bootstrap" %
pekkoManagementVersion,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]