Skip to content

Commit

Permalink
Update opentelemetry-exporter-otlp to 1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 12, 2024
1 parent 7447daf commit 87ec3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val httpDependencies = Seq(
val monitoringDependencies = Seq(
"com.softwaremill.sttp.client3" %% "opentelemetry-metrics-backend" % sttpVersion,
"com.softwaremill.sttp.tapir" %% "tapir-opentelemetry-metrics" % tapirVersion,
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.42.1"
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.43.0"
)

val jsonDependencies = Seq(
Expand Down

0 comments on commit 87ec3e5

Please sign in to comment.