Skip to content

Instantly share code, notes, and snippets.

@tmcgilchrist
Created September 10, 2014 06:15
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 tmcgilchrist/a5cbd4cb04670154b60b to your computer and use it in GitHub Desktop.
Save tmcgilchrist/a5cbd4cb04670154b60b to your computer and use it in GitHub Desktop.
ensime fail
> cat ~/.sbt/0.13/plugins/plugins.sbt
resolvers += Resolver.sonatypeRepo("snapshots")
addSbtPlugin("org.ensime" % "ensime-sbt" % "0.1.5-SNAPSHOT")
> sbt gen-ensime
[info] Loading global plugins from /Users/tim/.sbt/0.13/plugins
[info] Loading project definition from /Users/tim/code/scala/introduction-to-fp-in-scala/project
[info] Set current project to introduction-to-fp-in-scala (in build file:/Users/tim/code/scala/introduction-to-fp-in-scala/)
[error] Not a valid command: gen-ensime
[error] Not a valid project ID: gen-ensime
[error] Expected ':' (if selecting a configuration)
[error] Not a valid key: gen-ensime
[error] gen-ensime
[error] ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment