Skip to content

Commit

Permalink
Merge pull request #964 from typelevel/update/dd-trace-api-1.30.1
Browse files Browse the repository at this point in the history
Update dd-trace-api, dd-trace-ot to 1.30.1
  • Loading branch information
mpilquist authored Feb 25, 2024
2 parents e2cd935 + 93f8015 commit 8b8d9c0
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 @@ -237,8 +237,8 @@ lazy val datadog = project
name := "natchez-datadog",
description := "Datadog bindings for Natchez.",
libraryDependencies ++= Seq(
"com.datadoghq" % "dd-trace-ot" % "1.25.1",
"com.datadoghq" % "dd-trace-api" % "1.25.1"
"com.datadoghq" % "dd-trace-ot" % "1.30.1",
"com.datadoghq" % "dd-trace-api" % "1.30.1"
)
)

Expand Down

0 comments on commit 8b8d9c0

Please sign in to comment.