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-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 8b4d6f7db use pekko-grpc 1.0.2 (#300)
8b4d6f7db is described below
commit 8b4d6f7db0d1c8e1482f8fcd913022ef7fe357ab
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jan 9 13:21:45 2024 +0100
use pekko-grpc 1.0.2 (#300)
* test with grpc 1.0.2-RC1
* use 1.0.2 release
---
project/plugins.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 1679336b9..769ca5b65 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -38,6 +38,6 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" %
"3.0.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
// Pekko gRPC -- sync with PekkoGrpcBinaryVersion in Dependencies.scala
-addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.1")
+addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.2")
// templating
addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]