Skip to content

Commit

Permalink
Merge pull request #763 from typelevel/update/dd-trace-api-1.11.2
Browse files Browse the repository at this point in the history
Update dd-trace-api, dd-trace-ot to 1.11.2
  • Loading branch information
mpilquist authored Apr 12, 2023
2 parents f4e2a61 + 9be8dc7 commit a11cd5e
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 @@ -236,8 +236,8 @@ lazy val datadog = project
name := "natchez-datadog",
description := "Datadog bindings for Natchez.",
libraryDependencies ++= Seq(
"com.datadoghq" % "dd-trace-ot" % "1.7.0",
"com.datadoghq" % "dd-trace-api" % "1.7.0"
"com.datadoghq" % "dd-trace-ot" % "1.11.2",
"com.datadoghq" % "dd-trace-api" % "1.11.2"
)
)

Expand Down

0 comments on commit a11cd5e

Please sign in to comment.