File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ val MUnitScalaCheckVersion = "1.0.0-M11"
92
92
val MUnitCatsEffectVersion = " 2.1.0"
93
93
val MUnitDisciplineVersion = " 2.0.0-M3"
94
94
val MUnitScalaCheckEffectVersion = " 2.0.0-M2"
95
- val OpenTelemetryVersion = " 1.52 .0"
95
+ val OpenTelemetryVersion = " 1.53 .0"
96
96
val OpenTelemetryAlphaVersion = s " $OpenTelemetryVersion-alpha "
97
97
val OpenTelemetryInstrumentationVersion = " 2.18.1"
98
98
val OpenTelemetryInstrumentationAlphaVersion = " 2.10.0-alpha"
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ import scala.concurrent.duration._
60
60
* "org.apache.pekko" %% "pekko-stream" % "1.1.5",
61
61
* "org.apache.pekko" %% "pekko-http" % "1.2.0",
62
62
* "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.18.1",
63
- * "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.52 .0" % Runtime,
64
- * "io.opentelemetry" % "opentelemetry-sdk-extension-autoconfigure" % "1.52 .0" % Runtime
63
+ * "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.53 .0" % Runtime,
64
+ * "io.opentelemetry" % "opentelemetry-sdk-extension-autoconfigure" % "1.53 .0" % Runtime
65
65
* )
66
66
* run / fork := true,
67
67
* javaOptions += "-Dotel.java.global-autoconfigure.enabled=true",
You can’t perform that action at this time.
0 commit comments