This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-persistence-r2dbc.git
commit 654e09bb4ebe5ac0776544a10d8329fa9169d841 Author: PJ Fanning <[email protected]> AuthorDate: Sat Aug 22 10:37:14 2026 +0100 Update pekkoVersion to 2.0.0-M4 --- project/PekkoCoreDependency.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/PekkoCoreDependency.scala b/project/PekkoCoreDependency.scala index fc61931..b4a4169 100644 --- a/project/PekkoCoreDependency.scala +++ b/project/PekkoCoreDependency.scala @@ -20,5 +20,5 @@ 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 currentVersion: String = "2.0.0-M3" + override val currentVersion: String = "2.0.0-M4" } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
