summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-04-09 16:24:48 -0700
committerJakob Odersky <jakob@odersky.com>2017-04-09 16:24:48 -0700
commit382152098459a5783e3a794161ed2da2a321af37 (patch)
tree40d2f57afcfbeb168d9fb00b2e14b1b6ffab3069 /build.sbt
parentbea923442ceb7cfaf855a3edb2e685ee843f3943 (diff)
downloadcrashbox-ci-382152098459a5783e3a794161ed2da2a321af37.tar.gz
crashbox-ci-382152098459a5783e3a794161ed2da2a321af37.tar.bz2
crashbox-ci-382152098459a5783e3a794161ed2da2a321af37.zip
less leaky
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index b0931e4..f3c6b34 100644
--- a/build.sbt
+++ b/build.sbt
@@ -11,7 +11,7 @@ scalacOptions in ThisBuild ++= Seq(
"-Xlint"
)
fork in ThisBuild := true
-cancelable in Global := true
+//cancelable in Global := true
lazy val root = (project in file(".")).aggregate(server)