Skip to content

Commit

Permalink
bump opentelemetry dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Mar 4, 2024
1 parent a9f9c64 commit 6e2f5d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -963,8 +963,7 @@ lazy val `kamon-opentelemetry` = (project in file("reporters/kamon-opentelemetry
.disablePlugins(AssemblyPlugin)
.settings(
libraryDependencies ++= Seq(
"io.opentelemetry" % "opentelemetry-exporter-otlp-http-trace" % "1.13.0",
"io.opentelemetry" % "opentelemetry-exporter-otlp-trace" % "1.13.0",
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.35.0",
// Compile-time dependency required in scala 3
"com.google.auto.value" % "auto-value-annotations" % "1.9" % "compile",

Expand Down

0 comments on commit 6e2f5d3

Please sign in to comment.