Skip to content

Commit

Permalink
Merge pull request #893 from typelevel/update/opentelemetry-instrumen…
Browse files Browse the repository at this point in the history
…tation-annotations-2.12.0

[no ci] Update opentelemetry-instrumentation-annotations to 2.12.0
  • Loading branch information
iRevive authored Jan 22, 2025
2 parents 843500f + b7e5622 commit bba7339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/main/scala/PekkoHttpExample.scala
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import scala.concurrent.duration._
* "org.typelevel" %% "otel4s-oteljava" % "0.5.0",
* "org.apache.pekko" %% "pekko-stream" % "1.1.3",
* "org.apache.pekko" %% "pekko-http" % "1.1.0",
* "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.11.0",
* "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.12.0",
* "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.46.0" % Runtime,
* "io.opentelemetry" % "opentelemetry-sdk-extension-autoconfigure" % "1.46.0" % Runtime
* )
Expand Down

0 comments on commit bba7339

Please sign in to comment.