Skip to content

Commit

Permalink
Merge pull request #669 from scala-steward/update/dd-trace-api-1.2.0
Browse files Browse the repository at this point in the history
Update dd-trace-api, dd-trace-ot to 1.2.0
  • Loading branch information
mpilquist authored Dec 17, 2022
2 parents b84d7c0 + 65ec049 commit 3b7db22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ lazy val datadog = project
name := "natchez-datadog",
description := "Datadog bindings for Natchez.",
libraryDependencies ++= Seq(
"com.datadoghq" % "dd-trace-ot" % "1.0.1",
"com.datadoghq" % "dd-trace-api" % "1.0.1"
"com.datadoghq" % "dd-trace-ot" % "1.2.0",
"com.datadoghq" % "dd-trace-api" % "1.2.0"
)
)

Expand Down

0 comments on commit 3b7db22

Please sign in to comment.