back to reactivemongo 0.12.2-SNAPSHOT

This commit is contained in:
Thibault Duplessis 2017-04-10 16:24:09 +02:00
parent ccc3f3d1ef
commit a9002f68f5

View file

@ -44,7 +44,7 @@ object Dependencies {
object reactivemongo {
val version = "0.12.2-SNAPSHOT"
val driver = ("org.reactivemongo" %% "reactivemongo" % s"$version-THIB")
val driver = ("org.reactivemongo" %% "reactivemongo" % version)
.exclude("com.typesafe.akka", "*") // provided by Play
.exclude("com.typesafe.play", "*")
val iteratees = ("org.reactivemongo" %% "reactivemongo-iteratees" % version)