Play framework akka remote version

564 Views Asked by At

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?

1

There are 1 best solutions below

2
On BEST ANSWER

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.)