This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 8730d09 Update to latest pekko-grpc-sbt-plugin snapshot
8730d09 is described below
commit 8730d096838622698bfce93d22a3cfbfd47d3d74
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri Aug 11 12:52:35 2023 +0200
Update to latest pekko-grpc-sbt-plugin snapshot
---
pekko-sample-cluster-client-grpc-scala/project/plugins.sbt | 2 +-
pekko-sample-kafka-to-sharding-scala/project/plugins.sbt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pekko-sample-cluster-client-grpc-scala/project/plugins.sbt
b/pekko-sample-cluster-client-grpc-scala/project/plugins.sbt
index 1d2461d..f39109e 100644
--- a/pekko-sample-cluster-client-grpc-scala/project/plugins.sbt
+++ b/pekko-sample-cluster-client-grpc-scala/project/plugins.sbt
@@ -1,6 +1,6 @@
// allow access to snapshots
resolvers += Resolver.ApacheMavenSnapshotsRepo
-addSbtPlugin("org.apache.pekko" % "sbt-pekko-grpc" %
"0.0.0-73-c03eff2b-SNAPSHOT")
+addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" %
"1.0.0-RC1-3-ae23c14d-SNAPSHOT")
addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.4")
addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")
diff --git a/pekko-sample-kafka-to-sharding-scala/project/plugins.sbt
b/pekko-sample-kafka-to-sharding-scala/project/plugins.sbt
index 534c689..61a160c 100644
--- a/pekko-sample-kafka-to-sharding-scala/project/plugins.sbt
+++ b/pekko-sample-kafka-to-sharding-scala/project/plugins.sbt
@@ -1,5 +1,5 @@
resolvers += Resolver.ApacheMavenSnapshotsRepo
-addSbtPlugin("org.apache.pekko" % "sbt-pekko-grpc" %
"0.0.0-73-c03eff2b-SNAPSHOT")
+addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" %
"1.0.0-RC1-3-ae23c14d-SNAPSHOT")
addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.4") // ALPN agent
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.25")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]