You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just upgraded from Play 2.6.20 to Play 2.7.0 and have noticed an incompatible version of Akka when running startWorkbenchServer.
sbt:admin> startWorkbenchServer
Detected java.lang.NoSuchMethodError error, which MAY be caused by incompatible Akka versions on the classpath. Please note that a given Akka version MUST be the same across all modules of Akka that you are using, e.g. if you use akka-actor [2.5.18 (resolved from current classpath)] all other core Akka modules MUST be of the same version. External projects like Alpakka, Persistence plugins or Akka HTTP etc. have their own version numbers - please make sure you're using a compatible set of libraries.
As a test I cloned PR #49 that updated Akka and other libraries and ran publishLocal. I'm pleased to announce that this pull request fixed the issue for me.
Could we please get his merged so others can update to Play 2.7.0?
The text was updated successfully, but these errors were encountered:
mgilbertnz
changed the title
Workbench incompatible with Play 2.7
Workbench incompatible with Play 2.7.0
Mar 18, 2019
I've just upgraded from Play 2.6.20 to Play 2.7.0 and have noticed an incompatible version of Akka when running
startWorkbenchServer
.As a test I cloned PR #49 that updated Akka and other libraries and ran
publishLocal
. I'm pleased to announce that this pull request fixed the issue for me.Could we please get his merged so others can update to Play 2.7.0?
The text was updated successfully, but these errors were encountered: