We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d9f1d commit 0b9bc5dCopy full SHA for 0b9bc5d
project/Build.scala
@@ -1497,8 +1497,8 @@ object Build {
1497
generateScala3Documentation := Def.taskDyn {
1498
val dottyJars: Seq[java.io.File] = Seq(
1499
(`scala3-interfaces`/Compile/products).value,
1500
- (`tasty-core`/Compile/products).value,
1501
- (`scala3-library`/Compile/products).value,
+ (`tasty-core-bootstrapped`/Compile/products).value,
+ (`scala3-library-bootstrapped`/Compile/products).value,
1502
// TODO we can't load stdlib from Tasty
1503
// (`stdlib-bootstrapped`/Compile/products).value,
1504
).flatten
0 commit comments