From 720230be9ea14b078ed499cc076a0e8a2c6602cd Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:07:34 +0000 Subject: [PATCH] Update dd-trace-api, dd-trace-ot to 1.41.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 6ea01fa2..066875b3 100644 --- a/build.sbt +++ b/build.sbt @@ -246,8 +246,8 @@ lazy val datadog = project name := "natchez-datadog", description := "Datadog bindings for Natchez.", libraryDependencies ++= Seq( - "com.datadoghq" % "dd-trace-ot" % "1.41.0", - "com.datadoghq" % "dd-trace-api" % "1.41.0" + "com.datadoghq" % "dd-trace-ot" % "1.41.1", + "com.datadoghq" % "dd-trace-api" % "1.41.1" ) )