我正在尝试为Eclipse构建这个项目。这里是我不知道该怎么做的错误
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.adrianhurt#play-bootstrap_2.11;1.1-P25-B3-SNAPSHOT: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn] Note: Unresolved dependencies path:
[warn] com.adrianhurt:play-bootstrap_2.11:1.1-P25-B3-SNAPSHOT (D:WorkSpacelagomlagom-shopbuild.sbt#L51)
[warn] +- be.yannickdeturck.lagomshop:front-end_2.11:1.0-SNAPSHOT
[trace] Stack trace suppressed: run last front-end/*:update for the full output.
[error] (front-end/*:update) sbt.ResolveException: unresolved dependency: com.adrianhurt#play-bootstrap_2.11;1.1-P25-B3-SNAPSHOT: not found
[error] Could not create Eclipse project files:
[error] Error evaluating task 'scalacOptions': error
[error] Error evaluating task 'externalDependencyClasspath': error
>
所以我不得不改变构建。SBT文件如下
lazy val frontEnd = project("front-end") ...
"com.adrianhurt" %% "play-bootstrap" % "1.0-P25-B3"