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

Build against Play 2.7.1 because of binary incompatibility #100

Merged
merged 1 commit into from
Apr 27, 2019

Conversation

mkurz
Copy link

@mkurz mkurz commented Apr 24, 2019

@cchantep Can you please publish a new release? Thanks!

See https://blog.playframework.com/play-2-7-1-released/

Play-JSON also has a breaking change. It was depending scala-collection-compat, but this library does not guarantees binary compatibility at this point, so we removed the dependency and copy some relevant code inside Play-JSON instead. If your application is using scala-collection-compat as a transitive dependency, or either if it uses a library that uses Play-JSON, these libraries will need to adapt to this change.

I already ran into this problem here: playframework/play-json#259

@cchantep cchantep merged commit 76d76f8 into ReactiveMongo:master Apr 27, 2019
@mkurz mkurz deleted the play2.7.1 branch April 27, 2019 20:20
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

Successfully merging this pull request may close these issues.

2 participants