File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ lazy val lightstepGrpc = project
188188 description := " Lightstep gRPC bindings for Natchez." ,
189189 libraryDependencies ++= Seq (
190190 " com.lightstep.tracer" % " tracer-grpc" % " 0.32.0" ,
191- " io.grpc" % " grpc-netty" % " 1.81 .0" ,
191+ " io.grpc" % " grpc-netty" % " 1.82 .0" ,
192192 " io.netty" % " netty-tcnative-boringssl-static" % " 2.0.77.Final"
193193 ),
194194 mimaPreviousArtifacts := Set ()
@@ -375,7 +375,7 @@ lazy val examples = project
375375 " is.cir" %% " ciris" % " 3.15.0" ,
376376 " io.opentelemetry" % " opentelemetry-exporter-otlp" % " 1.63.0" ,
377377 " io.opentelemetry.semconv" % " opentelemetry-semconv" % " 1.41.1" ,
378- " io.grpc" % " grpc-okhttp" % " 1.81 .0" // required for the OpenTelemetry exporter
378+ " io.grpc" % " grpc-okhttp" % " 1.82 .0" // required for the OpenTelemetry exporter
379379 )
380380 )
381381
You can’t perform that action at this time.
0 commit comments