emacs - Ensime configuration for scala library -
this code i'm trying run:
import scalaj.http.http http("http://foo.com/search").param("q","monkeys").asstring i getting red bar inside emacs @ line 1, believe ensime telling me couldn't find imported library, how tell ensime want recognize jar? i've tried adding path jar in :compile-deps , :runtime-deps in .ensime without success.
i using emacs-snapshot-gtk (v24.3.50.1) along ensime 0.1.1.
this build.sbt, placed @ root of project:
scalaversion := "2.10.0" retrievemanaged := true librarydependencies += "org.scalaj" %% "scalaj-http" % "0.3.7"
Comments
Post a Comment