Skip to content

Commit

Permalink
Don't use current for Pekko Grpc binary version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Oct 29, 2023
1 parent ac46550 commit 5ee4f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Dependencies {
val AwsSpiPekkoHttpVersion = "0.1.0"
val NettyVersion = "4.1.100.Final"
// Sync with plugins.sbt
val PekkoGrpcBinaryVersion = "current"
val PekkoGrpcBinaryVersion = "1.0.1"
val PekkoHttpVersion = "1.0.0"
val PekkoHttpBinaryVersion = "current"
val ScalaTestVersion = "3.2.14"
Expand Down

0 comments on commit 5ee4f7e

Please sign in to comment.