Skip to content

Commit

Permalink
Update zio-opentelemetry to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 6, 2024
1 parent 90f6a88 commit c0b866d
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 @@ -999,7 +999,7 @@ lazy val openTelemetryTracingZioBackend = (projectMatrix in file("observability/
.settings(
name := "opentelemetry-tracing-zio-backend",
libraryDependencies ++= Seq(
"dev.zio" %% "zio-opentelemetry" % "3.0.0",
"dev.zio" %% "zio-opentelemetry" % "3.0.1",
"io.opentelemetry.semconv" % "opentelemetry-semconv" % "1.26.0-alpha",
"io.opentelemetry" % "opentelemetry-api" % openTelemetryVersion,
"io.opentelemetry" % "opentelemetry-sdk-testing" % openTelemetryVersion % Test
Expand Down

0 comments on commit c0b866d

Please sign in to comment.