Intellij IDEA scala:可由sbt解决的未解析的依赖项

时间:2017-08-21 12:23:38

标签: scala intellij-idea

Idea无法解决仅sbt可以解决的依赖关系。如果我在IDEA(sbt projects / refresh)中刷新我的项目,我会收到以下错误:

[error] (captureArgos/*:ssExtractDependencies) sbt.ResolveException: unresolved dependency: org.reactivemongo#reactivemongo_2.11;0.12.6-SNAPSHOT: not found
[error] unresolved dependency: org.eu.acolyte#reactive-mongo_2.11;1.0.46-SNAPSHOT: not found
[error] (captureArgos/*:update) sbt.ResolveException: unresolved dependency: org.reactivemongo#reactivemongo_2.11;0.12.6-SNAPSHOT: not found
[error] unresolved dependency: org.eu.acolyte#reactive-mongo_2.11;1.0.46-SNAPSHOT: not found
[error] Total time: 7 s, completed Aug 21, 2017 2:12:15 PM</pre><br/>See complete log in <a href="file:/Users/gbe/Library/Logs/IntelliJIdea2017.2/sbt.last.log">file:/Users/gbe/Library/Logs/IntelliJIdea2017.2/sbt.last.log</a>

但如果我只使用sbt编译项目,一切都很好。为什么?

0 个答案:

没有答案