Skip to content

Commit

Permalink
Merge pull request #639 from scala-steward/update/grpc-netty-1.50.2
Browse files Browse the repository at this point in the history
Update grpc-netty to 1.50.2
  • Loading branch information
mpilquist authored Nov 16, 2022
2 parents bcf9bbe + 9ffd1cd commit fd60425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ lazy val lightstepGrpc = project
description := "Lightstep gRPC bindings for Natchez.",
libraryDependencies ++= Seq(
"com.lightstep.tracer" % "tracer-grpc" % "0.30.3",
"io.grpc" % "grpc-netty" % "1.49.2",
"io.grpc" % "grpc-netty" % "1.50.2",
"io.netty" % "netty-tcnative-boringssl-static" % "2.0.54.Final"
),
mimaPreviousArtifacts := Set()
Expand Down

0 comments on commit fd60425

Please sign in to comment.