use custom version of play-reactivemongo

pull/83/head
Thibault Duplessis 2013-06-27 19:33:21 +02:00
parent c61f4911cb
commit 6d739ca69b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ object Dependencies {
val jodaConvert = "org.joda" % "joda-convert" % "1.3.1"
val scalastic = "scalastic" %% "scalastic" % "0.90.0-thib"
val reactivemongo = "org.reactivemongo" %% "reactivemongo" % "0.10-THIB"
val playReactivemongo = "org.reactivemongo" %% "play2-reactivemongo" % "0.9"
val playReactivemongo = "org.reactivemongo" %% "play2-reactivemongo" % "0.10-THIB"
object play {
val version = "2.1.2-RC1"
val api = "play" %% "play" % version