I'm using play framework 2.2.2, and I want to add Akka remote library. Which versions are compatible?
Can I use Akka remote 2.3.3?
==== Update
I'm adding akka remote dependency:
"com.typesafe.akka" %% "akka-remote" % "2.2.4"
Do I have to change akka version in play framework?
Play 2.2.x is compatible with Akka 2.2.x. Play 2.3.x is compatible with Akka 2.3.x. (It is a coincident that the version numbers are the same.)