From 8ef75f0f66acdeda8a6835849d073113462ba77a Mon Sep 17 00:00:00 2001 From: Enno Runne <458526+ennru@users.noreply.github.com> Date: Tue, 10 Dec 2024 06:13:54 +0100 Subject: [PATCH] bump: Akka gRPC 2.5.0 (was M1) (#3322) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index fd1945a9af..4dc2cd4459 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,6 +15,6 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.5.0") // Akka gRPC -- sync with version in Dependencies.scala:22 -addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.5.0-M1") +addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.5.0") // templating addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")