Skip to content

Commit 2fa08ab

Browse files
committed
fix #7718 add tasty-core-scala2 to root project
1 parent bc75262 commit 2fa08ab

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
@@ -1319,7 +1319,7 @@ object Build {
13191319

13201320
// FIXME: we do not aggregate `bin` because its tests delete jars, thus breaking other tests
13211321
def asDottyRoot(implicit mode: Mode): Project = project.withCommonSettings.
1322-
aggregate(`dotty-interfaces`, dottyLibrary, dottyCompiler, tastyCore, dottyDoc, `dotty-sbt-bridge`).
1322+
aggregate(`dotty-interfaces`, dottyLibrary, dottyCompiler, tastyCore, `tasty-core-scala2`, dottyDoc, `dotty-sbt-bridge`).
13231323
bootstrappedAggregate(`scala-library`, `scala-compiler`, `scala-reflect`, scalap, `dotty-language-server`, `dotty-staging`).
13241324
dependsOn(tastyCore).
13251325
dependsOn(dottyCompiler).

0 commit comments

Comments
 (0)