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.
2 parents 19489f4 + 0b9bc5d commit 0ada0e5Copy full SHA for 0ada0e5
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