Skip to content

Commit

Permalink
One more note about version bump of akka-grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Jan 23, 2025
1 parent dfe4bf0 commit fb00616
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
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
// Note: akka-grpc must be carefully kept in sync with the version used in the runtime.
// Whenever this is bumped, akka-javasdk-maven/akka-javasdk-parent/pom.xml must be bumped to the same version
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")
Expand Down

0 comments on commit fb00616

Please sign in to comment.