Skip to content

Commit bfda566

Browse files
authored
Merge pull request #1134 from typelevel/update/opentelemetry-instrumentation-annotations-2.22.0
Update opentelemetry-instrumentation-annotations to 2.22.0
2 parents 8d7d67d + fdf06ee commit bfda566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/scala/PekkoHttpExample.scala

Lines changed: 1 addition & 1 deletion
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.3.0",
6161
* "org.apache.pekko" %% "pekko-http" % "1.2.0",
62-
* "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.21.0",
62+
* "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.22.0",
6363
* "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.56.0" % Runtime,
6464
* "io.opentelemetry" % "opentelemetry-sdk-extension-autoconfigure" % "1.56.0" % Runtime
6565
* )

0 commit comments

Comments
 (0)