Skip to content

Commit ab93b78

Browse files
authored
Merge pull request #1205 from typelevel/update/dd-trace-api-1.52.0
Update dd-trace-api, dd-trace-ot to 1.52.0
2 parents 56fee07 + 8faa7a3 commit ab93b78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ lazy val datadog = project
245245
name := "natchez-datadog",
246246
description := "Datadog bindings for Natchez.",
247247
libraryDependencies ++= Seq(
248-
"com.datadoghq" % "dd-trace-ot" % "1.51.2",
249-
"com.datadoghq" % "dd-trace-api" % "1.51.2"
248+
"com.datadoghq" % "dd-trace-ot" % "1.52.0",
249+
"com.datadoghq" % "dd-trace-api" % "1.52.0"
250250
)
251251
)
252252

0 commit comments

Comments
 (0)