use patched reactivemongo

pull/28/head
Thibault Duplessis 2013-05-28 17:08:44 +02:00
parent 67ef140c52
commit 2821b59738
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ object Dependencies {
val jodaTime = "joda-time" % "joda-time" % "2.2"
val jodaConvert = "org.joda" % "joda-convert" % "1.3.1"
val scalastic = "scalastic" %% "scalastic" % "0.90.0-thib"
val reactivemongo = "org.reactivemongo" %% "reactivemongo" % "0.9"
val reactivemongo = "org.reactivemongo" %% "reactivemongo" % "0.9.1-THIB"
val playReactivemongo = "org.reactivemongo" %% "play2-reactivemongo" % "0.9"
object play {
val version = "2.1.2-RC1"