Skip to content

Commit

Permalink
Update grpc-netty-shaded to 1.40.1 (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 25, 2021
1 parent d988832 commit ba48518
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 @@ -64,6 +64,6 @@ object Dependencies {
lazy val opentelemetryExample = example ++ Seq(
"io.opentelemetry" % "opentelemetry-exporter-jaeger" % Versions.opentelemetry,
"io.opentelemetry" % "opentelemetry-sdk" % Versions.opentelemetry,
"io.grpc" % "grpc-netty-shaded" % "1.40.0"
"io.grpc" % "grpc-netty-shaded" % "1.40.1"
)
}

0 comments on commit ba48518

Please sign in to comment.