Skip to content

Instantly share code, notes, and snippets.

@j1n3l0
Created January 12, 2017 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j1n3l0/03f8378fb907cef1314df0fdc84d83ca to your computer and use it in GitHub Desktop.
Save j1n3l0/03f8378fb907cef1314df0fdc84d83ca to your computer and use it in GitHub Desktop.
Your build tool has downloaded the stable version of ENSIME but you are using the Developer Emacs install.
Check that you followed all the steps at http://ensime.org/editors/emacs/install including additional steps that are required by your build tool.
For SBT, add the following to your ~/.sbt/0.13/global.sbt
import org.ensime.EnsimeCoursierKeys._
ensimeServerVersion in ThisBuild := "2.0.0-SNAPSHOT"
Currently other build tools do not support 2.0 file format.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment