Skip to content

Commit

Permalink
Update opentelemetry-instrumentation-annotations to 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Nov 18, 2023
1 parent 56e3809 commit 7816c84
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 @@ -36,7 +36,7 @@ val MUnitVersion = "1.0.0-M10"
val MUnitCatsEffectVersion = "2.0.0-M4"
val MUnitDisciplineVersion = "2.0.0-M3"
val OpenTelemetryVersion = "1.32.0"
val OpenTelemetryInstrumentationVersion = "1.31.0"
val OpenTelemetryInstrumentationVersion = "1.32.0"
val OpenTelemetrySemConvVersion = "1.21.0-alpha"
val PekkoStreamVersion = "1.0.1"
val PekkoHttpVersion = "1.0.0"
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 @@ -63,7 +63,7 @@ import scala.concurrent.duration._
* "org.typelevel" %% "otel4s-java" % "0.3.0-RC2",
* "org.apache.pekko" %% "pekko-stream" % "1.0.1",
* "org.apache.pekko" %% "pekko-http" % "1.0.0",
* "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "1.31.0",
* "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "1.32.0",
* "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.32.0" % Runtime,
* "io.opentelemetry" % "opentelemetry-sdk-extension-autoconfigure" % "1.32.0" % Runtime
* )
Expand Down

0 comments on commit 7816c84

Please sign in to comment.