aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-04-22 22:40:48 -0500
committerJakob Odersky <jakob@odersky.com>2017-04-22 22:40:48 -0500
commitf7154992b824d20c646b72f03ad6d8ffa702ee06 (patch)
tree89c3c54579286ccbaa7c9f9214a9cd3aefcc3410
parent0aa6f5d1a929ce819d61786731b1104a0cd197ba (diff)
downloaddotfiles-f7154992b824d20c646b72f03ad6d8ffa702ee06.tar.gz
dotfiles-f7154992b824d20c646b72f03ad6d8ffa702ee06.tar.bz2
dotfiles-f7154992b824d20c646b72f03ad6d8ffa702ee06.zip
Upgrade ensime and enable global cancellable
-rw-r--r--home/.sbt/0.13/build.sbt2
-rw-r--r--home/.sbt/0.13/plugins/plugins.sbt2
2 files changed, 3 insertions, 1 deletions
diff --git a/home/.sbt/0.13/build.sbt b/home/.sbt/0.13/build.sbt
index 2c529c1..c0f69bc 100644
--- a/home/.sbt/0.13/build.sbt
+++ b/home/.sbt/0.13/build.sbt
@@ -1,3 +1,5 @@
+cancelable in Global := true
+
// configure gpg
import com.typesafe.sbt.pgp.PgpKeys._
gpgCommand in Global := "gpg2"
diff --git a/home/.sbt/0.13/plugins/plugins.sbt b/home/.sbt/0.13/plugins/plugins.sbt
index ca78c12..753e711 100644
--- a/home/.sbt/0.13/plugins/plugins.sbt
+++ b/home/.sbt/0.13/plugins/plugins.sbt
@@ -7,7 +7,7 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.10")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
// ENSIME brings Scala and Java IDE-like features to your favourite text editor
-addSbtPlugin("org.ensime" % "sbt-ensime" % "1.12.8")
+addSbtPlugin("org.ensime" % "sbt-ensime" % "1.12.9")
// Enable fast dependency resolution
// can be disabled with `sbt -Dcoursier=false`