Play-ReactiveMongo
Play-ReactiveMongo copied to clipboard
Adding play 3.0 support. Fixes #564
Pull Request Checklist
- [x] Have you read How to write the perfect pull request?
- [x] Have you read through the contributor guidelines?
- [x] Have you squashed your commits?
- [x] Have you added tests for any changed functionality?
Fixes
Fixes #564
Purpose
This PR adds support for Play 3.0.
What does this PR do?
Background Context
Why did you take this approach?
The only files referencing akka was MongoController, so it was modified per version. The build.sbt was edited to pull the correct dependencies, inspired by the way it was done in reactivemongo-play-json build.sbt.
References
#564
Hi @cchantep, do you have any updates on this? Should I close the requested change once I believe it's completed and there are no further additions?
For now there is issue with Sonatype support of snapshot publication with variant (not fully respecting semver)