From 536739bf8fe0fe7a2c51071840e64a578b6e5a3a Mon Sep 17 00:00:00 2001 From: Petter Machado Date: Fri, 29 Jan 2021 09:41:32 +0100 Subject: [PATCH] Add opencensus to root project (#294) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0ae9c618..8ee728b4 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ lazy val root = project .in(file(".")) .settings(skip in publish := true) - .aggregate(opentracing, opentelemetry, opentracingExample, opentelemetryExample) + .aggregate(opentracing, opentelemetry, opencensus, opentracingExample, opentelemetryExample) lazy val opentracing = project