From 5bcffa2acc081fd11f6de877f27e921045bd50ca Mon Sep 17 00:00:00 2001 From: Konrad `ktoso` Malawski Date: Mon, 12 Dec 2016 17:27:05 +0100 Subject: [PATCH] Remove cancellable setting, makes it hard kill sbt (#21987) --- akka-typed/build.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/akka-typed/build.sbt b/akka-typed/build.sbt index 07a60fdf87..586b012337 100644 --- a/akka-typed/build.sbt +++ b/akka-typed/build.sbt @@ -14,5 +14,3 @@ initialCommands := """ import akka.util.Timeout implicit val timeout = Timeout(5.seconds) """ - -cancelable in Global := true