Skip to content

Commit

Permalink
Update dependency io.opentelemetry:opentelemetry-sdk to v1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent ca7abac commit c963239
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 @@ -160,7 +160,7 @@ lazy val library = (project in file("."))
"org.tpolecat" %% "natchez-core" % natchezVersion,
"org.tpolecat" %% "natchez-noop" % natchezVersion,
"org.tpolecat" %% "natchez-opentelemetry" % natchezVersion,
"io.opentelemetry" % "opentelemetry-sdk" % "1.23.0",
"io.opentelemetry" % "opentelemetry-sdk" % "1.31.0",
"com.lightstep.opentelemetry" % "opentelemetry-launcher" % "1.22.0"
),
coverageExcludedPackages := "com.cognite.data.*",
Expand Down

0 comments on commit c963239

Please sign in to comment.