aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/.sbt/0.13/build.sbt4
1 files changed, 0 insertions, 4 deletions
diff --git a/home/.sbt/0.13/build.sbt b/home/.sbt/0.13/build.sbt
index e35af5f..b4d3f81 100644
--- a/home/.sbt/0.13/build.sbt
+++ b/home/.sbt/0.13/build.sbt
@@ -7,10 +7,6 @@ pgpSigningKey in Global := Some(0x2CED17AB2B6D6F37l)
useGpgAgent in Global := true
useGpg in Global := true
-// use ensime snapshot version
-import org.ensime.EnsimeKeys._
-ensimeServerVersion in ThisBuild := "2.0.0-SNAPSHOT"
-
// don't create target directory when starting sbt in non-project directory
// (e.g. when running sbt-new)
import java.nio.file.Files