So I have Juno, with Scala IDE installed, and I have a project that was generated with Activator.
The project has a build.sbt file. I went and added two hamcrest projects and sbt sees them and runs the tests no problem.
I fiddled for some time with eclipse, which refused to see the files. I have m2eclipse installed. I did a clean. Nothing.
Eventually, I just went to sbt and regenerated the eclipse project file. That worked. Question: is this how this is supposed to work? is this how people are working with sbt projects in eclipse?