1
votes

When using the latest version of Akka, Play just immediately hangs up on every HTTP connection attempt.

NoSuchMethodError: akka.actor.ActorSystem.dispatcher()Lakka/dispatch/MessageDispatcher;

What is the most-recent Akka verison compatible with Play?

"com.typesafe.akka" %% "akka-actor" % "2.2-SNAPSHOT",
1

1 Answers

1
votes

The 2.2-SNAPSHOT missing method is still present in the 2.1.4 version of Akka, so it may work with Play.