簡體   English   中英

sbt.ResolveException play-bootstrap-SNAPSHOT

[英]sbt.ResolveException play-bootstrap-SNAPSHOT

我正在嘗試為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:\WorkSpace\lagom\lagom-shop\build.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
>

所以我不得不按照以下方式更改build.sbt文件

lazy val frontEnd = project("front-end") ...
 "com.adrianhurt" %% "play-bootstrap" % "1.0-P25-B3"

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM