Skip to content

Commit

Permalink
Merge pull request #787 from typelevel/update/netty-tcnative-boringss…
Browse files Browse the repository at this point in the history
…l-static-2.0.60.Final

Update netty-tcnative-boringssl-static to 2.0.60.Final
  • Loading branch information
mpilquist committed Apr 24, 2023
2 parents 374aace + f41fb52 commit 58a67bb
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 @@ -180,7 +180,7 @@ lazy val lightstepGrpc = project
libraryDependencies ++= Seq(
"com.lightstep.tracer" % "tracer-grpc" % "0.31.0",
"io.grpc" % "grpc-netty" % "1.54.1",
"io.netty" % "netty-tcnative-boringssl-static" % "2.0.59.Final"
"io.netty" % "netty-tcnative-boringssl-static" % "2.0.60.Final"
),
mimaPreviousArtifacts := Set()
)
Expand Down

0 comments on commit 58a67bb

Please sign in to comment.