Skip to content

Commit

Permalink
Merge pull request #864 from typelevel/update/opentelemetry-api-1.45.0
Browse files Browse the repository at this point in the history
Update opentelemetry-api, ... to 1.45.0
  • Loading branch information
iRevive authored Dec 8, 2024
2 parents a1d41fb + 778c03c commit 4f534a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ val MUnitScalaCheckVersion = "1.0.0-M11"
val MUnitCatsEffectVersion = "2.0.0"
val MUnitDisciplineVersion = "2.0.0-M3"
val MUnitScalaCheckEffectVersion = "2.0.0-M2"
val OpenTelemetryVersion = "1.44.1"
val OpenTelemetryVersion = "1.45.0"
val OpenTelemetryInstrumentationVersion = "2.10.0"
val OpenTelemetryInstrumentationAlphaVersion = "2.10.0-alpha"
val OpenTelemetrySemConvVersion = "1.28.0-alpha"
Expand Down
4 changes: 2 additions & 2 deletions examples/src/main/scala/PekkoHttpExample.scala
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ import scala.concurrent.duration._
* "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" % "opentelemetry-exporter-otlp" % "1.44.1" % Runtime,
* "io.opentelemetry" % "opentelemetry-sdk-extension-autoconfigure" % "1.44.1" % Runtime
* "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.45.0" % Runtime,
* "io.opentelemetry" % "opentelemetry-sdk-extension-autoconfigure" % "1.45.0" % Runtime
* )
* run / fork := true,
* javaOptions += "-Dotel.java.global-autoconfigure.enabled=true",
Expand Down

0 comments on commit 4f534a1

Please sign in to comment.