Skip to content

Commit 801e266

Browse files
authored
Merge pull request #553 from ThoughtWorksInc/unidoc-fix
Suppress errors when building unidoc
2 parents c86a4ba + 90f1c77 commit 801e266

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,8 @@ lazy val `domains-scalaz` =
192192

193193
enablePlugins(ScalaUnidocPlugin)
194194

195+
ScalaUnidoc / unidoc / unidocProjectFilter := {
196+
inAnyProject -- inProjects(`keywords-Await`.js)
197+
}
198+
195199
publishArtifact := false

0 commit comments

Comments
 (0)