Skip to content

Commit

Permalink
Merge pull request #2677 from scala-steward/update/grpc-netty-1.57.0
Browse files Browse the repository at this point in the history
Update grpc-netty to 1.57.0
  • Loading branch information
Shon Feder authored Jul 29, 2023
2 parents dda487a + 504a1bb commit b16e2f3
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 @@ -40,7 +40,7 @@ object Dependencies {
val zio = "dev.zio" %% "zio" % zioVersion
// Keep up to sync with version in plugins.sbt
val zioGrpcCodgen = "com.thesamet.scalapb.zio-grpc" %% "zio-grpc-codegen" % "0.6.0-test3" % "provided"
val grpcNetty = "io.grpc" % "grpc-netty" % "1.56.1"
val grpcNetty = "io.grpc" % "grpc-netty" % "1.57.0"
val scalapbRuntimGrpc =
"com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
// Ensures we have access to commonly used protocol buffers (e.g., google.protobuf.Struct)
Expand Down

0 comments on commit b16e2f3

Please sign in to comment.