@@ -2112,7 +2112,7 @@ object Build {
2112
2112
// FIXME: we do not aggregate `bin` because its tests delete jars, thus breaking other tests
2113
2113
def asDottyRoot (implicit mode : Mode ): Project = project.withCommonSettings.
2114
2114
aggregate(`scala3-interfaces`, dottyLibrary, dottyCompiler, tastyCore, `scala3-sbt-bridge`, scala3PresentationCompiler).
2115
- bootstrappedAggregate(`scala2-library-tasty`, `scala3-language-server`, `scala3-staging`,
2115
+ bootstrappedAggregate(`scala2-library-cc- tasty`, `scala3-language-server`, `scala3-staging`,
2116
2116
`scala3-tasty-inspector`, `scala3-library-bootstrappedJS`, scaladoc).
2117
2117
dependsOn(tastyCore).
2118
2118
dependsOn(dottyCompiler).
@@ -2204,7 +2204,7 @@ object Build {
2204
2204
def asDist (implicit mode : Mode ): Project = project.
2205
2205
enablePlugins(PackPlugin ).
2206
2206
withCommonSettings.
2207
- dependsOn(`scala3-interfaces`, dottyCompiler, dottyLibrary, `scala2-library-tasty`, tastyCore, `scala3-staging`, `scala3-tasty-inspector`, scaladoc).
2207
+ dependsOn(`scala3-interfaces`, dottyCompiler, dottyLibrary, `scala2-library-cc- tasty`, tastyCore, `scala3-staging`, `scala3-tasty-inspector`, scaladoc).
2208
2208
settings(commonDistSettings).
2209
2209
bootstrappedSettings(
2210
2210
target := baseDirectory.value / " target" // override setting in commonBootstrappedSettings
0 commit comments