upgrade reactivemongo to 0.12.2 stable

This commit is contained in:
Thibault Duplessis 2017-04-19 13:09:29 +02:00
parent 148f0fc796
commit 2e67f94c2a

View file

@ -43,7 +43,7 @@ object Dependencies {
val guava = "com.google.guava" % "guava" % "21.0"
object reactivemongo {
val version = "0.12.2-SNAPSHOT"
val version = "0.12.2"
val driver = ("org.reactivemongo" %% "reactivemongo" % version)
.exclude("com.typesafe.akka", "*") // provided by Play
.exclude("com.typesafe.play", "*")