Skip to content

Commit d70d97d

Browse files
Update dd-trace-api, dd-trace-ot to 1.47.1
1 parent cf587c6 commit d70d97d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ lazy val datadog = project
246246
name := "natchez-datadog",
247247
description := "Datadog bindings for Natchez.",
248248
libraryDependencies ++= Seq(
249-
"com.datadoghq" % "dd-trace-ot" % "1.47.0",
250-
"com.datadoghq" % "dd-trace-api" % "1.47.0"
249+
"com.datadoghq" % "dd-trace-ot" % "1.47.1",
250+
"com.datadoghq" % "dd-trace-api" % "1.47.1"
251251
)
252252
)
253253

0 commit comments

Comments
 (0)