Skip to content

Commit

Permalink
Merge pull request #235 from scala-steward/update/grpc-netty-1.35.0
Browse files Browse the repository at this point in the history
Update grpc-netty to 1.35.0
  • Loading branch information
tpolecat authored Jan 13, 2021
2 parents 5699891 + 848f1d3 commit ed43a01
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 @@ -171,7 +171,7 @@ lazy val lightstepGrpc = project
description := "Lightstep gRPC bindings for Natchez.",
libraryDependencies ++= Seq(
"com.lightstep.tracer" % "tracer-grpc" % "0.30.1",
"io.grpc" % "grpc-netty" % "1.34.1",
"io.grpc" % "grpc-netty" % "1.35.0",
"io.netty" % "netty-tcnative-boringssl-static" % "2.0.35.Final"
)
)
Expand Down

0 comments on commit ed43a01

Please sign in to comment.