The latest version of Mongo is 3.6. My project is somewhere in the bronze-age with version 2.6.
We are still at Play 2.4, using the reactive mongo plugin "org.reactivemongo" %% "play2-reactivemongo" % "0.11.11-play24"
.
Reactive Mongo's website states that their driver is compatible with Play 2.3.13 to Play 2.6. It is however, hard to find, which plugin supports which driver.
In general it seems like we can follow the structure "org.reactivemongo" %% "play2-reactivemongo" % "<<mongo-driver-version>>-play24"
. However, when I look at the repos, I do not see this library.
Question: What reactive mongo DB and driver versions can be supported by the plugin on Play 2.4