From 4e88bf9bf3fb6deff7513187bcde42ea9676a5d7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 30 Oct 2024 22:51:25 +0000 Subject: [PATCH] [3.0.x] pekko-grpc-runtime_2.13, ... 1.1.0 (was 1.0.2) --- play-java-grpc-example/project/plugins.sbt | 2 +- play-scala-grpc-example/project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/play-java-grpc-example/project/plugins.sbt b/play-java-grpc-example/project/plugins.sbt index 11fa20c2f..8db506481 100644 --- a/play-java-grpc-example/project/plugins.sbt +++ b/play-java-grpc-example/project/plugins.sbt @@ -9,6 +9,6 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") // #grpc_sbt_plugin // project/plugins.sbt -addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.2") +addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.0") libraryDependencies += "org.playframework" %% "play-grpc-generators" % playGrpcV // #grpc_sbt_plugin diff --git a/play-scala-grpc-example/project/plugins.sbt b/play-scala-grpc-example/project/plugins.sbt index e9a259741..6e2672489 100644 --- a/play-scala-grpc-example/project/plugins.sbt +++ b/play-scala-grpc-example/project/plugins.sbt @@ -10,6 +10,6 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.7") // #grpc_sbt_plugin // project/plugins.sbt -addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.2") +addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.0") libraryDependencies += "org.playframework" %% "play-grpc-generators" % playGrpcV // #grpc_sbt_plugin