Skip to content

Commit

Permalink
Merge pull request #776 from typelevel/update/opentelemetry-instrumen…
Browse files Browse the repository at this point in the history
…tation-annotations-2.8.0

[no ci] Update opentelemetry-instrumentation-annotations to 2.8.0
  • Loading branch information
iRevive authored Sep 14, 2024
2 parents d18013d + 1ea98f6 commit 4ed6909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ val MUnitCatsEffectVersion = "2.0.0"
val MUnitDisciplineVersion = "2.0.0-M3"
val MUnitScalaCheckEffectVersion = "2.0.0-M2"
val OpenTelemetryVersion = "1.42.1"
val OpenTelemetryInstrumentationVersion = "2.7.0"
val OpenTelemetryInstrumentationVersion = "2.8.0"
val OpenTelemetryInstrumentationAlphaVersion = "2.5.0-alpha"
val OpenTelemetrySemConvVersion = "1.27.0-alpha"
val OpenTelemetryProtoVersion = "1.1.0-alpha"
Expand Down
2 changes: 1 addition & 1 deletion examples/src/main/scala/PekkoHttpExample.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import scala.concurrent.duration._
* "org.typelevel" %% "otel4s-oteljava" % "0.5.0",
* "org.apache.pekko" %% "pekko-stream" % "1.1.1",
* "org.apache.pekko" %% "pekko-http" % "1.0.1",
* "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.7.0",
* "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.8.0",
* "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.42.1" % Runtime,
* "io.opentelemetry" % "opentelemetry-sdk-extension-autoconfigure" % "1.42.1" % Runtime
* )
Expand Down

0 comments on commit 4ed6909

Please sign in to comment.