Skip to content

Commit

Permalink
Merge pull request #136 from scala-steward/update/grpc-netty-1.55.1
Browse files Browse the repository at this point in the history
Update grpc-netty, grpc-services to 1.55.1
  • Loading branch information
daddykotex committed May 29, 2023
2 parents 81f59e0 + 55bac5b commit 22cbcac
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 @@ -435,7 +435,7 @@ object Deps {

val munit = ivy"org.scalameta::munit:0.7.29"
object grpc {
val version = "1.54.1"
val version = "1.55.1"
val netty = ivy"io.grpc:grpc-netty:$version"
val services = ivy"io.grpc:grpc-services:$version"
}
Expand Down

0 comments on commit 22cbcac

Please sign in to comment.