This is an automated email from the ASF dual-hosted git repository.

fanningpj 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 01899aa  grpc 1.0.1 release (#80)
01899aa is described below

commit 01899aaf745e245017fa23653a306316da3211db
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Oct 24 19:57:51 2023 +0100

    grpc 1.0.1 release (#80)
    
    * grpc 1.0.1 release
    
    * Update plugins.sbt
---
 pekko-sample-cluster-client-grpc-java/pom.xml              | 2 +-
 pekko-sample-cluster-client-grpc-scala/project/plugins.sbt | 2 +-
 pekko-sample-grpc-kubernetes-scala/project/plugins.sbt     | 4 +++-
 pekko-sample-kafka-to-sharding-scala/project/plugins.sbt   | 2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/pekko-sample-cluster-client-grpc-java/pom.xml 
b/pekko-sample-cluster-client-grpc-java/pom.xml
index ab61eaf..e942ffa 100644
--- a/pekko-sample-cluster-client-grpc-java/pom.xml
+++ b/pekko-sample-cluster-client-grpc-java/pom.xml
@@ -11,7 +11,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <pekko.version>1.0.1</pekko.version>
-    <pekko.grpc.version>1.0.0</pekko.grpc.version>
+    <pekko.grpc.version>1.0.1</pekko.grpc.version>
   </properties>
 
   <dependencies>
diff --git a/pekko-sample-cluster-client-grpc-scala/project/plugins.sbt 
b/pekko-sample-cluster-client-grpc-scala/project/plugins.sbt
index 9cea181..42d40ae 100644
--- a/pekko-sample-cluster-client-grpc-scala/project/plugins.sbt
+++ b/pekko-sample-cluster-client-grpc-scala/project/plugins.sbt
@@ -1,3 +1,3 @@
-addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.0")
+addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.1")
 addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.4")
 addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")
diff --git a/pekko-sample-grpc-kubernetes-scala/project/plugins.sbt 
b/pekko-sample-grpc-kubernetes-scala/project/plugins.sbt
index d30af45..342fd7e 100644
--- a/pekko-sample-grpc-kubernetes-scala/project/plugins.sbt
+++ b/pekko-sample-grpc-kubernetes-scala/project/plugins.sbt
@@ -1,2 +1,4 @@
-addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.0")
+dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "2.2.0"
+
+addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.1")
 addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.0")
diff --git a/pekko-sample-kafka-to-sharding-scala/project/plugins.sbt 
b/pekko-sample-kafka-to-sharding-scala/project/plugins.sbt
index a121140..fa73713 100644
--- a/pekko-sample-kafka-to-sharding-scala/project/plugins.sbt
+++ b/pekko-sample-kafka-to-sharding-scala/project/plugins.sbt
@@ -1,4 +1,4 @@
-addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.0")
+addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.1")
 
 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]

Reply via email to