back to reactivemongo snapshot

This commit is contained in:
Thibault Duplessis 2017-04-12 13:57:25 +02:00
parent dba96d5919
commit 8b0281b682
2 changed files with 2 additions and 3 deletions

View file

@ -10,7 +10,7 @@ net {
ip = "5.196.91.160"
asset {
domain = ${net.domain}
version = 1679
version = 1680
}
email = "contact@lichess.org"
crawlable = false

View file

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