Skip to content

Commit

Permalink
Merge pull request #467 from innFactory/update/opentelemetry-api-1.30.1
Browse files Browse the repository at this point in the history
chore: update opentelemetry-api, ... from 1.18.0 to 1.30.1
  • Loading branch information
mergify[bot] authored Oct 5, 2023
2 parents 0b6c87f + 597273c commit 9841cb2
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.18.0"
val opentelemetryBom = "io.opentelemetry" % "opentelemetry-bom" % "1.18.0"
val opentelemetryApi = "io.opentelemetry" % "opentelemetry-api" % "1.30.1"
val opentelemetryBom = "io.opentelemetry" % "opentelemetry-bom" % "1.30.1"

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

Expand Down

0 comments on commit 9841cb2

Please sign in to comment.