From e60158c9f79713d44ab3265612bb1a9b1356eef9 Mon Sep 17 00:00:00 2001 From: Yichen Xu Date: Wed, 13 Mar 2024 14:53:56 +0100 Subject: [PATCH] Publish `scala2-library-cc-tasty` --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 69441d0aaa01..41de75ca7c64 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -2116,7 +2116,7 @@ object Build { // FIXME: we do not aggregate `bin` because its tests delete jars, thus breaking other tests def asDottyRoot(implicit mode: Mode): Project = project.withCommonSettings. aggregate(`scala3-interfaces`, dottyLibrary, dottyCompiler, tastyCore, `scala3-sbt-bridge`, scala3PresentationCompiler). - bootstrappedAggregate(`scala2-library-tasty`, `scala3-language-server`, `scala3-staging`, + bootstrappedAggregate(`scala2-library-tasty`, `scala2-library-cc-tasty`, `scala3-language-server`, `scala3-staging`, `scala3-tasty-inspector`, `scala3-library-bootstrappedJS`, scaladoc). dependsOn(tastyCore). dependsOn(dottyCompiler).