Skip to content

Commit bba7339

Browse files
authored
Merge pull request #893 from typelevel/update/opentelemetry-instrumentation-annotations-2.12.0
[no ci] Update opentelemetry-instrumentation-annotations to 2.12.0
2 parents 843500f + b7e5622 commit bba7339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/scala/PekkoHttpExample.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import scala.concurrent.duration._
5959
* "org.typelevel" %% "otel4s-oteljava" % "0.5.0",
6060
* "org.apache.pekko" %% "pekko-stream" % "1.1.3",
6161
* "org.apache.pekko" %% "pekko-http" % "1.1.0",
62-
* "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.11.0",
62+
* "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.12.0",
6363
* "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.46.0" % Runtime,
6464
* "io.opentelemetry" % "opentelemetry-sdk-extension-autoconfigure" % "1.46.0" % Runtime
6565
* )

0 commit comments

Comments
 (0)