upgrade reactivemongo to 0.12.2 stable

eval-cache-v
Thibault Duplessis 2017-04-19 13:09:29 +02:00
parent 148f0fc796
commit 2e67f94c2a
1 changed files with 1 additions and 1 deletions

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", "*")