Skip to content

Commit dc5a442

Browse files
Use dotty-library-bootstrapped
1 parent 4609aeb commit dc5a442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ object Build {
421421
val sources =
422422
unmanagedSources.in(Compile, compile).value ++
423423
unmanagedSources.in(`dotty-compiler`, Compile).value ++
424-
unmanagedSources.in(`dotty-library`, Compile).value
424+
unmanagedSources.in(`dotty-library-bootstrapped`, Compile).value
425425
val args = Seq(
426426
"-siteroot", "docs",
427427
"-project", "Dotty",

0 commit comments

Comments
 (0)