-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
ClassNotFoundException: scala.collection.compat.Factory$ #259
Comments
Related: lagom/lagom#1840 (?) |
Using
|
to
|
Bincompat was broken in 2.7.1, so any code that was compiled against play-json 2.7.0 (https://github.com/ReactiveMongo/ReactiveMongo-Play-Json?) needs to be recompiled and re-built and the 2.7.1+ ecosystem needs to upgrade. Also, the CI for play-json seems pretty broken: it's not actually running MiMa. I'll PR. |
Closing as of https://blog.playframework.com/play-2-7-1-released/
|
Upgraded to Play 2.7.1 which comes with play-json 2.7.2 and get following exception:
Overriding with play-json 2.7.3 doesn't help.
I think this is caused by #230 (?)
Error can be seen here: https://travis-ci.org/TechEmpower/FrameworkBenchmarks/jobs/522058096#L3745
It's the
play2-scala-reactivemongo
project from the TechEmpower Framework Benchmarks which I upgrade to Play 2.7.1 with this pull request.The text was updated successfully, but these errors were encountered: