|
@@ -7,7 +7,7 @@ object ApplicationBuild extends Build {
|
|
val appVersion = "1.0-SNAPSHOT"
|
|
val appVersion = "1.0-SNAPSHOT"
|
|
|
|
|
|
val appDependencies = Seq(
|
|
val appDependencies = Seq(
|
|
- "org.reactivemongo" %% "play2-reactivemongo" % "0.9" exclude("org.scala-stm", "scala-stm_2.10.0")
|
|
|
|
|
|
+ "org.reactivemongo" %% "play2-reactivemongo" % "0.10.5.0.akka22" exclude("org.scala-stm", "scala-stm_2.10.0")
|
|
)
|
|
)
|
|
|
|
|
|
val main = play.Project(appName, appVersion, appDependencies).settings(
|
|
val main = play.Project(appName, appVersion, appDependencies).settings(
|