Skip to content

Commit

Permalink
Merge pull request #639 from innFactory/update/opentelemetry-api-1.42.0
Browse files Browse the repository at this point in the history
chore: update opentelemetry-api, ... from 1.41.0 to 1.42.0
  • Loading branch information
mergify[bot] authored Sep 7, 2024
2 parents 7c97c8a + b987214 commit 20338e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ object Dependencies {
val scalatestPlus = "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test

// opentelemetry
val opentelemetryApi = "io.opentelemetry" % "opentelemetry-api" % "1.41.0"
val opentelemetryBom = "io.opentelemetry" % "opentelemetry-bom" % "1.41.0"
val opentelemetryApi = "io.opentelemetry" % "opentelemetry-api" % "1.42.0"
val opentelemetryBom = "io.opentelemetry" % "opentelemetry-bom" % "1.42.0"

val opencensusStatsStackdriver = "io.opencensus" % "opencensus-exporter-stats-stackdriver" % "0.31.1"

Expand Down

0 comments on commit 20338e7

Please sign in to comment.