Skip to content

Commit

Permalink
Update opentelemetry-javaagent to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Oct 18, 2024
1 parent dd8530a commit 23bc2db
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 @@ -69,7 +69,7 @@ import scala.concurrent.duration._
* run / fork := true,
* javaOptions += "-Dotel.java.global-autoconfigure.enabled=true",
* javaOptions += "-Dotel.service.name=pekko-otel4s",
* javaAgents += "io.opentelemetry.javaagent" % "opentelemetry-javaagent" % "2.8.0" % Runtime
* javaAgents += "io.opentelemetry.javaagent" % "opentelemetry-javaagent" % "2.9.0" % Runtime
* )
* }}}
*/
Expand Down

0 comments on commit 23bc2db

Please sign in to comment.