Skip to content

Commit

Permalink
Update dd-trace-api, dd-trace-ot to 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed May 8, 2024
1 parent f69e5f8 commit d151410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -237,8 +237,8 @@ lazy val datadog = project
name := "natchez-datadog",
description := "Datadog bindings for Natchez.",
libraryDependencies ++= Seq(
"com.datadoghq" % "dd-trace-ot" % "1.33.0",
"com.datadoghq" % "dd-trace-api" % "1.33.0"
"com.datadoghq" % "dd-trace-ot" % "1.34.0",
"com.datadoghq" % "dd-trace-api" % "1.34.0"
)
)

Expand Down

0 comments on commit d151410

Please sign in to comment.