Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workbench incompatible with Play 2.7.0 #50

Open
mgilbertnz opened this issue Mar 18, 2019 · 1 comment
Open

Workbench incompatible with Play 2.7.0 #50

mgilbertnz opened this issue Mar 18, 2019 · 1 comment

Comments

@mgilbertnz
Copy link

mgilbertnz commented 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.

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?

@mgilbertnz mgilbertnz changed the title Workbench incompatible with Play 2.7 Workbench incompatible with Play 2.7.0 Mar 18, 2019
@mgilbertnz
Copy link
Author

I've further updated the dependencies in PR #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant