From 6fcb2c46c9d7f91f4312df43076c2d070e16d3c6 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 08:06:59 +0000 Subject: [PATCH] Update opentelemetry-instrumentation-annotations to 2.10.0 --- build.sbt | 2 +- examples/src/main/scala/PekkoHttpExample.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 761833ca5..648545347 100644 --- a/build.sbt +++ b/build.sbt @@ -83,7 +83,7 @@ val MUnitCatsEffectVersion = "2.0.0" val MUnitDisciplineVersion = "2.0.0-M3" val MUnitScalaCheckEffectVersion = "2.0.0-M2" val OpenTelemetryVersion = "1.44.1" -val OpenTelemetryInstrumentationVersion = "2.9.0" +val OpenTelemetryInstrumentationVersion = "2.10.0" val OpenTelemetryInstrumentationAlphaVersion = "2.5.0-alpha" val OpenTelemetrySemConvVersion = "1.28.0-alpha" val OpenTelemetryProtoVersion = "1.1.0-alpha" diff --git a/examples/src/main/scala/PekkoHttpExample.scala b/examples/src/main/scala/PekkoHttpExample.scala index b612509c8..9a205e341 100644 --- a/examples/src/main/scala/PekkoHttpExample.scala +++ b/examples/src/main/scala/PekkoHttpExample.scala @@ -62,7 +62,7 @@ import scala.concurrent.duration._ * "org.typelevel" %% "otel4s-oteljava" % "0.5.0", * "org.apache.pekko" %% "pekko-stream" % "1.1.2", * "org.apache.pekko" %% "pekko-http" % "1.1.0", - * "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.9.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 * )