This is a plugin for Play 2.4, enabling support for ReactiveMongo - reactive, asynchronous and non-blocking Scala driver for MongoDB.
In your project/Build.scala
:
// only for Play 2.4.x
libraryDependencies ++= Seq(
"org.reactivemongo" %% "play2-reactivemongo" % release)
ReactiveMongo for Play2 can be built from this source repository.
sbt publish-local
To run the tests, use:
sbt test
As for Play Framework 2.4, a JDK 1.8+ is required to build this plugin.