Skip to content

Commit 0c6a239

Browse files
DependOn in one line
1 parent c9b6e5c commit 0c6a239

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

project/Build.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,9 +1138,7 @@ object Build {
11381138
def asDottyRoot(implicit mode: Mode): Project = project.withCommonSettings.
11391139
aggregate(`dotty-interfaces`, dottyLibrary, dottyCompiler, dottyDoc, dottySbtBridgeReference).
11401140
bootstrappedAggregate(`scala-library`, `scala-compiler`, `scala-reflect`, scalap, `dotty-language-server`).
1141-
dependsOn(dottyCompiler).
1142-
dependsOn(dottyLibrary).
1143-
dependsOn(dottyBench). // just to make sure it compiles
1141+
dependsOn(dottyCompiler, dottyLibrary, dottyBench).
11441142
nonBootstrappedSettings(
11451143
triggeredMessage in ThisBuild := Watched.clearWhenTriggered,
11461144
dottyProjectFolderChecks,

0 commit comments

Comments
 (0)