small tweaks here and there, add .sbt with ensime plugin enabled by default.

This commit is contained in:
2014-10-08 04:03:32 -07:00
parent a1992c66ca
commit ef64a1129a
8 changed files with 20 additions and 18 deletions

View File

@@ -0,0 +1,3 @@
resolvers += Resolver.sonatypeRepo("snapshots")
addSbtPlugin("org.ensime" % "ensime-sbt" % "0.1.5-SNAPSHOT")