I am using sbt version 0.13.2 with a pure java project.
My build.sbt has the following line in it:
build.sbt
libraryDependencies ++= Seq(\"com.novocod
When I remove the @RunWith annotation, my tests run just fine. I don't know why this resolved the problem.
@RunWith