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 b4884fa64 pekko grpc 1.0.1 release (#266)
b4884fa64 is described below

commit b4884fa64dac6f66e3cf758f0e42948f7202dfb9
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Oct 28 13:20:01 2023 +0100

    pekko grpc 1.0.1 release (#266)
    
    * pekko grpc 1.0.1 release
    
    * Update plugins.sbt
---
 project/plugins.sbt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/project/plugins.sbt b/project/plugins.sbt
index 01caae2c9..14c543ee8 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -7,6 +7,8 @@
  * This file is part of the Apache Pekko project, which was derived from Akka.
  */
 
+dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "2.2.0"
+
 addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
 addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
 addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31")
@@ -34,7 +36,7 @@ addSbtPlugin(("com.lightbend.paradox" % 
"sbt-paradox-project-info" % "2.0.0").fo
 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 version in Dependencies.scala:29
-addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.0")
+// Pekko gRPC -- sync with PekkoGrpcBinaryVersion in Dependencies.scala
+addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.1")
 // templating
 addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to