Skip to content

Commit

Permalink
Update dd-trace-api, dd-trace-ot to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 7, 2022
1 parent 2d5aac3 commit c63af30
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 @@ -230,8 +230,8 @@ lazy val datadog = project
description := "Datadog bindings for Natchez.",
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-collection-compat" % collectionCompatVersion,
"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 c63af30

Please sign in to comment.