Skip to content

Commit

Permalink
Merge pull request #607 from scala-steward/update/grpc-netty-1.49.0
Browse files Browse the repository at this point in the history
Update grpc-netty to 1.49.0
  • Loading branch information
mpilquist authored Oct 1, 2022
2 parents 08764c5 + 4bd4fcd commit 0b0f83d
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 @@ -191,7 +191,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.42.2",
"io.grpc" % "grpc-netty" % "1.49.0",
"io.netty" % "netty-tcnative-boringssl-static" % "2.0.46.Final"
)
)
Expand Down

0 comments on commit 0b0f83d

Please sign in to comment.