No configuration setting found for key ‘akka.version’

It seems that your problem is bundling into a jar-with-dependencies, which causes problems with Akka, as described in the documentation: Warning Akka’s configuration approach relies heavily on the notion of every module/jar having its own reference.conf file, all of these will be discovered by the configuration and loaded. Unfortunately this also means that if you … Read more