Created
September 10, 2014 06:15
-
-
Save tmcgilchrist/a5cbd4cb04670154b60b to your computer and use it in GitHub Desktop.
ensime fail
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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