Skip to content

Commit

Permalink
Add unidocs to root aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
b-vennes authored and armanbilge committed Apr 30, 2023
1 parent 60d70b8 commit 5a1faa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5a1faa0

Please sign in to comment.