Skip to content

Commit e60158c

Browse files
committed
Publish scala2-library-cc-tasty
1 parent 62e0641 commit e60158c

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
@@ -2116,7 +2116,7 @@ object Build {
21162116
// FIXME: we do not aggregate `bin` because its tests delete jars, thus breaking other tests
21172117
def asDottyRoot(implicit mode: Mode): Project = project.withCommonSettings.
21182118
aggregate(`scala3-interfaces`, dottyLibrary, dottyCompiler, tastyCore, `scala3-sbt-bridge`, scala3PresentationCompiler).
2119-
bootstrappedAggregate(`scala2-library-tasty`, `scala3-language-server`, `scala3-staging`,
2119+
bootstrappedAggregate(`scala2-library-tasty`, `scala2-library-cc-tasty`, `scala3-language-server`, `scala3-staging`,
21202120
`scala3-tasty-inspector`, `scala3-library-bootstrappedJS`, scaladoc).
21212121
dependsOn(tastyCore).
21222122
dependsOn(dottyCompiler).

0 commit comments

Comments
 (0)