The 0.1.5-SNAPSHOT release has problems

When using spark as a framework for example, there are lots of "provided" libraries.  These are excluded from the .ensime file in that old version.
This commit is contained in:
Alexander Kjeldaas 2015-07-02 20:33:50 +02:00 committed by syl20bnr
parent 393cfff67f
commit 6850c85dff

View file

@ -52,7 +52,7 @@ provides an SBT plugin to generate these files.
#+BEGIN_SRC scala
resolvers += Resolver.sonatypeRepo("snapshots")
addSbtPlugin("org.ensime" % "ensime-sbt" % "0.1.5-SNAPSHOT")
addSbtPlugin("org.ensime" % "ensime-sbt" % "0.1.7-SNAPSHOT")
#+END_SRC
2. Run =sbt= at the shell to download and install the plugin.