@@ -264,7 +264,7 @@ object Build {
264
264
// this is only necessary for compatibility with sbt which currently hardcodes the "dotty" artifact name
265
265
lazy val dotty = project.in(file(" ." )).
266
266
// FIXME: we do not aggregate `bin` because its tests delete jars, thus breaking other tests
267
- aggregate(`dotty-interfaces`, `dotty-library`, `dotty-compiler`, `dotty-doc`, dottySbtBridgeRef, `dotty-repl` ).
267
+ aggregate(`dotty-interfaces`, `dotty-library`, `dotty-compiler`, `dotty-doc`, dottySbtBridgeRef).
268
268
dependsOn(`dotty-compiler`).
269
269
dependsOn(`dotty-library`).
270
270
settings(commonNonBootstrappedSettings).
@@ -279,7 +279,7 @@ object Build {
279
279
// Same as `dotty` but using bootstrapped projects.
280
280
lazy val `dotty-bootstrapped` = project.
281
281
aggregate(`dotty-interfaces`, `dotty-library-bootstrapped`, `dotty-compiler-bootstrapped`, `dotty-doc-bootstrapped`,
282
- `dotty-language-server`, `dotty-repl`,
282
+ `dotty-language-server`,
283
283
dottySbtBridgeBootstrappedRef,
284
284
`scala-library`, `scala-compiler`, `scala-reflect`, scalap).
285
285
dependsOn(`dotty-compiler-bootstrapped`).
0 commit comments