Skip to content

Commit

Permalink
Merge pull request #637 from scala-steward/update/dd-trace-api-0.114.0
Browse files Browse the repository at this point in the history
Update dd-trace-api, dd-trace-ot to 0.114.0
  • Loading branch information
mpilquist authored Nov 16, 2022
2 parents 1070906 + a8d84f7 commit bb65dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ lazy val datadog = project
description := "Datadog bindings for Natchez.",
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-collection-compat" % collectionCompatVersion,
"com.datadoghq" % "dd-trace-ot" % "0.108.2",
"com.datadoghq" % "dd-trace-api" % "0.108.2"
"com.datadoghq" % "dd-trace-ot" % "0.114.0",
"com.datadoghq" % "dd-trace-api" % "0.114.0"
)
)

Expand Down

0 comments on commit bb65dcb

Please sign in to comment.