I am currently working on getting my Scala setup running in Eclipse. I am trying to use Dispatch for HTTP/REST.
It all seems to work fine, up until the point where I try to import the libraries to use them. Here is what I have done:
I installed eclipse(Luna) and the sbt plugin.
I made a new Scala project and added a new Scala object to that project. After that I made a build.sbt file that looked like this:
and navigated to the source folder in the terminal and ran the sbt update command and it looked like this:
To me everything looks fine so far, but when I try to import the Dispatch libraries using this line import dispatch._ like they do in the tutorial it is not recognized by Eclipse. It simple seems as if the libraries are not there.
I have been going at this for some time and I can't find a solution, maybe I am just missing an obvious step that you could point out to me.
Any help is greatly appreciated