Skip to content

Commit 0ada0e5

Browse files
authored
Merge pull request #10367 from romanowski/scala3doc/use-bootstrapped-projects
Use bootstrapped projects to generate documentation for Scala 3
2 parents 19489f4 + 0b9bc5d commit 0ada0e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,8 +1497,8 @@ object Build {
14971497
generateScala3Documentation := Def.taskDyn {
14981498
val dottyJars: Seq[java.io.File] = Seq(
14991499
(`scala3-interfaces`/Compile/products).value,
1500-
(`tasty-core`/Compile/products).value,
1501-
(`scala3-library`/Compile/products).value,
1500+
(`tasty-core-bootstrapped`/Compile/products).value,
1501+
(`scala3-library-bootstrapped`/Compile/products).value,
15021502
// TODO we can't load stdlib from Tasty
15031503
// (`stdlib-bootstrapped`/Compile/products).value,
15041504
).flatten

0 commit comments

Comments
 (0)