aboutsummaryrefslogtreecommitdiff
path: root/home/.sbt/0.13
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2016-01-07 07:05:09 -0800
committerJakob Odersky <jodersky@gmail.com>2016-01-07 07:05:09 -0800
commit6012f43b28a49fa112a891e8b72c7f65918bd72c (patch)
tree5bf0cb197eec60d8c791a9e97aac26269e5d8c19 /home/.sbt/0.13
parentb4f524000a2ed5f90d967b6a146b2701109fc519 (diff)
downloaddotfiles-6012f43b28a49fa112a891e8b72c7f65918bd72c.tar.gz
dotfiles-6012f43b28a49fa112a891e8b72c7f65918bd72c.tar.bz2
dotfiles-6012f43b28a49fa112a891e8b72c7f65918bd72c.zip
upgrade ensime-sbt
Diffstat (limited to 'home/.sbt/0.13')
-rw-r--r--home/.sbt/0.13/ensime.sbt4
-rw-r--r--home/.sbt/0.13/plugins/ensime.sbt6
2 files changed, 4 insertions, 6 deletions
diff --git a/home/.sbt/0.13/ensime.sbt b/home/.sbt/0.13/ensime.sbt
index 4039698..119b57f 100644
--- a/home/.sbt/0.13/ensime.sbt
+++ b/home/.sbt/0.13/ensime.sbt
@@ -1,2 +1,4 @@
+//import org.ensime.Imports.EnsimeKeys
+
//don't include source jars in ensime config (this avoids crashing on bad source jars)
-EnsimeKeys.includeSourceJars := false
+//EnsimeKeys.includeSourceJars := false
diff --git a/home/.sbt/0.13/plugins/ensime.sbt b/home/.sbt/0.13/plugins/ensime.sbt
index 2a482c8..61861a2 100644
--- a/home/.sbt/0.13/plugins/ensime.sbt
+++ b/home/.sbt/0.13/plugins/ensime.sbt
@@ -1,5 +1 @@
-//disable official version, use locally published one
-
-//addSbtPlugin("org.ensime" % "ensime-sbt" % "0.2.0")
-
-addSbtPlugin("org.ensime" % "ensime-sbt" % "0.2.2-SNAPSHOT")
+addSbtPlugin("org.ensime" % "ensime-sbt" % "0.3.2")