Skip to content

Commit 4609aeb

Browse files
committed
Add dotty-library to generated docs
1 parent a967a25 commit 4609aeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,8 @@ object Build {
420420

421421
val sources =
422422
unmanagedSources.in(Compile, compile).value ++
423-
unmanagedSources.in(`dotty-compiler`, Compile).value
423+
unmanagedSources.in(`dotty-compiler`, Compile).value ++
424+
unmanagedSources.in(`dotty-library`, Compile).value
424425
val args = Seq(
425426
"-siteroot", "docs",
426427
"-project", "Dotty",

0 commit comments

Comments
 (0)