Skip to content

Commit

Permalink
Merge pull request #1097 from typelevel/update/dd-trace-api-1.43.0
Browse files Browse the repository at this point in the history
Update dd-trace-api, dd-trace-ot to 1.43.0
  • Loading branch information
mergify[bot] authored Nov 25, 2024
2 parents 292b624 + b213e96 commit 5c7e6c6
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 @@ -246,8 +246,8 @@ lazy val datadog = project
name := "natchez-datadog",
description := "Datadog bindings for Natchez.",
libraryDependencies ++= Seq(
"com.datadoghq" % "dd-trace-ot" % "1.42.2",
"com.datadoghq" % "dd-trace-api" % "1.42.2"
"com.datadoghq" % "dd-trace-ot" % "1.43.0",
"com.datadoghq" % "dd-trace-api" % "1.43.0"
)
)

Expand Down

0 comments on commit 5c7e6c6

Please sign in to comment.