This is an automated email from the ASF dual-hosted git repository. hepin pushed a commit to branch He-Pin-patch-2 in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
commit fcf89639e253986a719350a9ee36fffafa83b31f Author: He-Pin(kerr) <[email protected]> AuthorDate: Mon Sep 1 23:18:19 2025 +0800 chore: Update PekkoCoreDependency version to 1.2.0 --- project/PekkoCoreDependency.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/PekkoCoreDependency.scala b/project/PekkoCoreDependency.scala index c473fa10..23fb5d5f 100644 --- a/project/PekkoCoreDependency.scala +++ b/project/PekkoCoreDependency.scala @@ -22,5 +22,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 = "1.1.5" + override val currentVersion: String = "1.2.0" } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
