Skip to content

Commit

Permalink
Update opentelemetry-api, ... to 1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 6, 2024
1 parent 862ac3a commit f654608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object Dependencies extends AutoPlugin {

object OpenTelemetry {

val version = "1.16.0"
val version = "1.42.0"
val api = "io.opentelemetry" % "opentelemetry-api" % version
val sdk = "io.opentelemetry" % "opentelemetry-sdk" % version % Test
val sdkTesting = "io.opentelemetry" % "opentelemetry-sdk-testing" % version % Test
Expand Down

0 comments on commit f654608

Please sign in to comment.