Skip to content

Commit

Permalink
Add mock to root aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jan 24, 2023
1 parent 876520e commit 2d93303
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ lazy val root = tlCrossRootProject.aggregate(
datadog,
log,
newrelic,
mock,
mtl,
noop,
xray,
Expand Down Expand Up @@ -331,7 +332,8 @@ lazy val mock = project
description := "Mock Open Tracing implementation",
libraryDependencies ++= Seq(
"io.opentracing" % "opentracing-mock" % "0.33.0"
)
),
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "0.3.1").toMap
)

lazy val examples = project
Expand Down

0 comments on commit 2d93303

Please sign in to comment.