From 60d548f87e2196b587d840c18d1b3f22692a46ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Wed, 22 Jan 2025 19:14:22 +0100 Subject: [PATCH] Extra note about aligning akka-grpc version --- project/plugins.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/project/plugins.sbt b/project/plugins.sbt index 10dde80f1..097fd094f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,7 @@ resolvers += "Akka repository".at("https://repo.akka.io/maven") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") +// Note: akka-grpc must be carefully kept in sync with the version used in the runtime addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.5.1") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")