This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 0ffb54515 pekko-grpc 1.1.1 (#892)
0ffb54515 is described below
commit 0ffb54515ed5c538fb78ec80e8d892bd6479bee6
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Nov 14 12:00:34 2024 +0100
pekko-grpc 1.1.1 (#892)
* check grpc 1.1.1 rc
* Update plugins.sbt
* Update plugins.sbt
* Update plugins.sbt
* remove staging repo
---
project/plugins.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 1c21cadb1..fe2ff2ecf 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -28,7 +28,7 @@ addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" %
"1.7.0").excludeAll(
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" %
"3.0.2")
// Pekko gRPC -- sync with PekkoGrpcBinaryVersion in Dependencies.scala
-addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.0")
+addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.1")
// templating
addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
// Run JUnit 5 tests with sbt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]