We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56fee07 + 8faa7a3 commit ab93b78Copy full SHA for ab93b78
1 file changed
build.sbt
@@ -245,8 +245,8 @@ lazy val datadog = project
245
name := "natchez-datadog",
246
description := "Datadog bindings for Natchez.",
247
libraryDependencies ++= Seq(
248
- "com.datadoghq" % "dd-trace-ot" % "1.51.2",
249
- "com.datadoghq" % "dd-trace-api" % "1.51.2"
+ "com.datadoghq" % "dd-trace-ot" % "1.52.0",
+ "com.datadoghq" % "dd-trace-api" % "1.52.0"
250
)
251
252
0 commit comments