PlayFramework MongoDB 项目设置失败

PlayFramework MongoDB Project Setup Failed

我尝试在 Scala 和 MongoDB 上设置一个新的 Play Framework。我尝试了所有在线可用的文档,但每次我在终端上尝试 运行 项目时,我都会遇到一些模糊的错误。我试图弄清楚它的意义,但所有的努力都证明是徒劳的。我是新的 Scala 和 Play Framework 开发人员。以下是从终端获得的响应。谢谢

 http://repo.typesafe.com/typesafe/releases/reactive_mongo_plugin/reactive_mongo_plugin_2.10/0.0.43/reactive_mongo_plugin_2.10-0.0.43.pom
[info] Resolving com.typesafe.trace#trace-sigar-libs;0.1.1 ...
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: reactive_mongo_plugin#reactive_mongo_plugin_2.10;0.0.43: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[trace] Stack trace suppressed: run last *:update for the full output.
[error] (*:update) sbt.ResolveException: unresolved dependency: reactive_mongo_plugin#reactive_mongo_plugin_2.10;0.0.43: not found
[error] Total time: 36 s, completed Apr 4, 2015 10:04:19 AM

我猜您尝试使用 Play 插件,但依赖项与最新工件为 "org.reactivemongo" %% "play2-reactivemongo" % "0.10.5.0.akka23" 的库不对应:http://search.maven.org/#search%7Cga%7C1%7Creactivemongo