java.lang.NoSuchMethodError with Scala actors
问题 I have a simple Scala application (taken from here) which I want to test. The whole project is compiled successfully with SBT. However, when I launch the tests with sbt test I get the following error message: Could not run test ConnectionTest:java.lang.NoSuchMethodError: akka.actor.Props$.apply(Lscala/Function0;)Lakka/actor/Props; From the internet search, I get the impression that some of my versioning is not compatible but that is merely a guess. What may be wrong? [Test Case] import akka