From 1f2448cdc6c0cbb2a377ac60c6b04c59e858ee76 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Thu, 1 Feb 2024 11:27:32 +0100 Subject: [PATCH] Publish `scala2-library-tasty` --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index ba6fe5a555fd..8e0ef0ad3093 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -2121,7 +2121,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(`scala3-language-server`, `scala3-staging`, + bootstrappedAggregate(`scala2-library-tasty`, `scala3-language-server`, `scala3-staging`, `scala3-tasty-inspector`, `scala3-library-bootstrappedJS`, scaladoc). dependsOn(tastyCore). dependsOn(dottyCompiler).