Skip to content

Commit

Permalink
Now ctrl-c from sbt works!
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-gardner committed Mar 22, 2016
1 parent 3d6032f commit 13c16f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ fork := true

connectInput := true

cancelable in Global := true

testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-oD")

jacoco.settings
Expand Down

0 comments on commit 13c16f5

Please sign in to comment.