Skip to content

Commit b1e7181

Browse files
authored
Merge pull request #1078 from typelevel/update/dd-trace-api-1.40.2
Update dd-trace-api, dd-trace-ot to 1.40.2
2 parents 5f5deae + 018996d commit b1e7181

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

0 commit comments

Comments
 (0)