Skip to content

Commit

Permalink
Update opentelemetry-sdk-testing to 1.45.0 (#2483)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 7, 2024
1 parent 793662b commit 9b88896
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 @@ -235,7 +235,7 @@ lazy val tracing = project
"dev.zio" %% "zio-opentelemetry" % zioOpenTelemetryVersion,
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
"io.opentelemetry" % "opentelemetry-sdk-testing" % "1.44.1" % Test
"io.opentelemetry" % "opentelemetry-sdk-testing" % "1.45.0" % Test
)
)
.dependsOn(core, tools)
Expand Down

0 comments on commit 9b88896

Please sign in to comment.