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)