1

我尝试在 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
4

1 回答 1

0

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

于 2015-04-04T09:38:50.463 回答