diff --git a/build.sbt b/build.sbt index d5cfd79..b8f7c5d 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ lazy val root = ) .withCats .withTesting - .aggregate(nescant) + .aggregate(nescant, scratchpad) lazy val nescant = project.withCats.withTesting