Skip to content

Commit

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

Update opentelemetry-instrumentation-annotations to 2.11.0
  • Loading branch information
iRevive authored Dec 27, 2024
2 parents c6a50c4 + cfaea4b commit 772f892
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.2",
* "org.apache.pekko" %% "pekko-http" % "1.1.0",
* "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.10.0",
* "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.11.0",
* "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.45.0" % Runtime,
* "io.opentelemetry" % "opentelemetry-sdk-extension-autoconfigure" % "1.45.0" % Runtime
* )
Expand Down

0 comments on commit 772f892

Please sign in to comment.