Skip to content

Commit

Permalink
Merge pull request #714 from scala-steward/update/netty-tcnative-bori…
Browse files Browse the repository at this point in the history
…ngssl-static-2.0.57.Final

Update netty-tcnative-boringssl-static to 2.0.57.Final
  • Loading branch information
mpilquist authored Feb 8, 2023
2 parents 2ae054d + 50b3faa commit 1494294
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 @@ -179,7 +179,7 @@ lazy val lightstepGrpc = project
libraryDependencies ++= Seq(
"com.lightstep.tracer" % "tracer-grpc" % "0.30.3",
"io.grpc" % "grpc-netty" % "1.52.1",
"io.netty" % "netty-tcnative-boringssl-static" % "2.0.56.Final"
"io.netty" % "netty-tcnative-boringssl-static" % "2.0.57.Final"
),
mimaPreviousArtifacts := Set()
)
Expand Down

0 comments on commit 1494294

Please sign in to comment.