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 df9c464f5 test with pekko core 2.0.0-M2 (#1034)
df9c464f5 is described below
commit df9c464f5d9cb154407df01ab117aebc8c34638a
Author: PJ Fanning <[email protected]>
AuthorDate: Wed May 13 21:44:19 2026 +0100
test with pekko core 2.0.0-M2 (#1034)
* test with pekko core 2.0.0-M2
* Update build.sbt
* 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 d832d02de..08b3bf768 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-M1"
- override val currentVersion: String = "2.0.0-M1"
+ override val minVersion: String = "2.0.0-M2"
+ override val currentVersion: String = "2.0.0-M2"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]