Skip to content

Commit

Permalink
Update opentelemetry-sdk-testing to 1.42.1 (#2399)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 12, 2024
1 parent 73bc9ed commit 131a876
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 @@ -236,7 +236,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.42.0" % Test
"io.opentelemetry" % "opentelemetry-sdk-testing" % "1.42.1" % Test
)
)
.dependsOn(core, tools)
Expand Down

0 comments on commit 131a876

Please sign in to comment.