From 8ebc73a5e9626c4993186abeb025609ee36d2de1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 09:37:09 +0000 Subject: [PATCH] Scala-Steward: Update pekko-grpc-runtime_2.13 from 0.0.0-94-0bfb43a6-SNAPSHOT to 1.0.0-11-ce45418d-SNAPSHOT --- examples/pekko-persistence-app/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pekko-persistence-app/project/plugins.sbt b/examples/pekko-persistence-app/project/plugins.sbt index 3dac8087..8db983cb 100644 --- a/examples/pekko-persistence-app/project/plugins.sbt +++ b/examples/pekko-persistence-app/project/plugins.sbt @@ -1,6 +1,6 @@ resolvers += Resolver.ApacheMavenSnapshotsRepo -val pekkoGrpcSbtPluginVersion = "0.0.0-94-0bfb43a6-SNAPSHOT" +val pekkoGrpcSbtPluginVersion = "1.0.0-11-ce45418d-SNAPSHOT" addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9") addSbtPlugin("org.apache.pekko" % "sbt-pekko-grpc" % pekkoGrpcSbtPluginVersion)