This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new b72b65187 build with pekko 2.0.0-M3 (#1046)
b72b65187 is described below
commit b72b65187a6a25a563a37fdca75db44444f722e8
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jun 1 18:24:40 2026 +0100
build with pekko 2.0.0-M3 (#1046)
* build with staged version of pekko 2.0.0-M3
* Remove Maven Staging Repo from build settings
Remove Apache Maven Staging Repo from resolvers.
---
project/PekkoCoreDependency.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/PekkoCoreDependency.scala
b/project/PekkoCoreDependency.scala
index 08b3bf768..159f2bc13 100644
--- a/project/PekkoCoreDependency.scala
+++ b/project/PekkoCoreDependency.scala
@@ -20,6 +20,6 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
object PekkoCoreDependency extends PekkoDependency {
override val checkProject: String = "pekko-cluster-sharding-typed"
override val module: Option[String] = None
- override val minVersion: String = "2.0.0-M2"
- override val currentVersion: String = "2.0.0-M2"
+ override val minVersion: String = "2.0.0-M3"
+ override val currentVersion: String = "2.0.0-M3"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]