Skip to content

Commit

Permalink
bump akka-grpc version
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Jan 22, 2025
1 parent 57f7640 commit 6b09e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resolvers += "Akka repository".at("https://repo.akka.io/maven")

addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.5.0-14-cac946c2-SNAPSHOT")
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")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
Expand Down
2 changes: 1 addition & 1 deletion samples/doc-snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!-- fixme move to parent, or some other opt-in solution -->
<properties>
<akka.grpc.version>2.5.0-14-cac946c2-SNAPSHOT</akka.grpc.version>
<akka.grpc.version>2.5.1</akka.grpc.version>
</properties>
<pluginRepositories>
<pluginRepository>
Expand Down

0 comments on commit 6b09e71

Please sign in to comment.