Skip to content

Commit

Permalink
Merge pull request #610 from scala-steward/update/dd-trace-api-0.108.1
Browse files Browse the repository at this point in the history
Update dd-trace-api, dd-trace-ot to 0.108.1
  • Loading branch information
mpilquist authored Oct 1, 2022
2 parents b90cc4a + 9f96f2b commit dd5e2fe
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 @@ -235,8 +235,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" % "0.91.0",
"com.datadoghq" % "dd-trace-api" % "0.91.0"
"com.datadoghq" % "dd-trace-ot" % "0.108.1",
"com.datadoghq" % "dd-trace-api" % "0.108.1"
)
)

Expand Down

0 comments on commit dd5e2fe

Please sign in to comment.