Skip to content

Commit

Permalink
Merge pull request #204 from scala-steward/update/grpc-netty-1.59.0
Browse files Browse the repository at this point in the history
Update grpc-netty, grpc-services to 1.59.0
  • Loading branch information
lewisjkl authored Oct 27, 2023
2 parents d25bb91 + e22b8ab commit f9f197d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ object Deps {

val munitVersion = "1.0.0-M10"
object grpc {
val version = "1.58.0"
val version = "1.59.0"
val netty = ivy"io.grpc:grpc-netty:$version"
val services = ivy"io.grpc:grpc-services:$version"
}
Expand Down

0 comments on commit f9f197d

Please sign in to comment.