Skip to content

Commit

Permalink
Merge pull request #1047 from typelevel/update/dd-trace-api-1.38.1
Browse files Browse the repository at this point in the history
Update dd-trace-api, dd-trace-ot to 1.38.1
mpilquist authored Aug 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 39f0efd + d859106 commit b18f9f7
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
@@ -238,8 +238,8 @@ lazy val datadog = project
name := "natchez-datadog",
description := "Datadog bindings for Natchez.",
libraryDependencies ++= Seq(
"com.datadoghq" % "dd-trace-ot" % "1.35.2",
"com.datadoghq" % "dd-trace-api" % "1.35.2"
"com.datadoghq" % "dd-trace-ot" % "1.38.1",
"com.datadoghq" % "dd-trace-api" % "1.38.1"
)
)

0 comments on commit b18f9f7

Please sign in to comment.