We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 843500f + b7e5622 commit bba7339Copy full SHA for bba7339
examples/src/main/scala/PekkoHttpExample.scala
@@ -59,7 +59,7 @@ import scala.concurrent.duration._
59
* "org.typelevel" %% "otel4s-oteljava" % "0.5.0",
60
* "org.apache.pekko" %% "pekko-stream" % "1.1.3",
61
* "org.apache.pekko" %% "pekko-http" % "1.1.0",
62
- * "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.11.0",
+ * "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.12.0",
63
* "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.46.0" % Runtime,
64
* "io.opentelemetry" % "opentelemetry-sdk-extension-autoconfigure" % "1.46.0" % Runtime
65
* )
0 commit comments