NoClassDefFoundError on akka.actor.Props$ when upgrading to 2.5.19

Usually with that kind of errors it is about mixed Akka versions or Scala versions, check the dependency tree that there isn’t some mismatch. Could be because of transitive dependencies of some library you are using pulls in an older Akka module etc.