Skip to content

Commit 0bef3f7

Browse files
authored
Merge pull request #1144 from typelevel/update/dd-trace-api-1.47.0
Update dd-trace-api, dd-trace-ot to 1.47.0
2 parents a8fb095 + 4cafd67 commit 0bef3f7

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.46.1",
250-
"com.datadoghq" % "dd-trace-api" % "1.46.1"
249+
"com.datadoghq" % "dd-trace-ot" % "1.47.0",
250+
"com.datadoghq" % "dd-trace-api" % "1.47.0"
251251
)
252252
)
253253

0 commit comments

Comments
 (0)