Skip to content

Commit fcb65e2

Browse files
committed
Add option to clear sbt log when using ~
1 parent 7703423 commit fcb65e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/Build.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ object DottyBuild extends Build {
126126
dependsOn(`dotty-compiler`).
127127
dependsOn(`dotty-library`).
128128
settings(
129+
triggeredMessage in ThisBuild := Watched.clearWhenTriggered,
130+
129131
addCommandAlias("run", "dotty-compiler/run") ++
130132
addCommandAlias(
131133
"partest",

0 commit comments

Comments
 (0)