Skip to content

Commit

Permalink
Include laws in published API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Oct 14, 2022
1 parent 35e8ad4 commit 2bbb32c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,15 @@ lazy val unidocs = project
.settings(
name := "cats-docs",
ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(kernel.jvm,
kernelLaws.jvm,
core.jvm,
laws.jvm,
free.jvm,
algebra.jvm,
alleycatsCore.jvm
algebraLaws.jvm,
alleycatsCore.jvm,
alleyCatsLaws.jvm,
testkit.jvm
),
scalacOptions ~= { _.filterNot(_.startsWith("-W")) }, // weird nsc bug
ScalaUnidoc / unidoc / scalacOptions ++= Seq("-groups", "-diagrams")
Expand Down

0 comments on commit 2bbb32c

Please # to comment.