From 5a1faa0ad518b393287b2e4e378351960ad21d34 Mon Sep 17 00:00:00 2001 From: Branden Vennes Date: Fri, 11 Nov 2022 09:05:01 -0600 Subject: [PATCH] Add unidocs to root aggregate --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1e74473b..46f4e0bb 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ lazy val commonNativeSettings = Seq( val CatsVersion = "2.8.0" -lazy val root = tlCrossRootProject.aggregate(core, laws, tests) +lazy val root = tlCrossRootProject.aggregate(core, laws, tests, unidocs) lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform) .crossType(CrossType.Pure)