From b233d24e685be00fc274a88115d805b7a572849d Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 10 May 2026 12:55:13 +0100 Subject: [PATCH 1/2] test with pekko core 2.0.0-M2 --- build.sbt | 1 + project/PekkoCoreDependency.scala | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index eb89f47f84..dc0456a30e 100644 --- a/build.sbt +++ b/build.sbt @@ -22,6 +22,7 @@ import com.lightbend.paradox.apidoc.ApidocPlugin.autoImport.apidocRootPackage sourceDistName := "apache-pekko-http" sourceDistIncubating := false +ThisBuild / resolvers := Resolver.ApacheMavenStagingRepo ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo addCommandAlias("verifyCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; +headerCheckAll; javafmtCheckAll") diff --git a/project/PekkoCoreDependency.scala b/project/PekkoCoreDependency.scala index d832d02de2..08b3bf7687 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" } From a5ed5ff5cc52575188beb347167396398848d318 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 10 May 2026 13:40:12 +0100 Subject: [PATCH 2/2] Update build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dc0456a30e..b93c53a33c 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ import com.lightbend.paradox.apidoc.ApidocPlugin.autoImport.apidocRootPackage sourceDistName := "apache-pekko-http" sourceDistIncubating := false -ThisBuild / resolvers := Resolver.ApacheMavenStagingRepo +ThisBuild / resolvers += Resolver.ApacheMavenStagingRepo ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo addCommandAlias("verifyCodeStyle", "scalafmtCheckAll; scalafmtSbtCheck; +headerCheckAll; javafmtCheckAll")