在 IntelliJ IDEA 15.0.2 中导入 SBT 项目(Play Framework)时发生版本冲突

Version conflict during import SBT project (Play Framework) in IntelliJ IDEA 15.0.2

我在 IntelliJ IDEA 15.0.2 中使用 Typesafe Activator、Play 2.5.0-M1(激活器)构建了应用程序,当我 import/open 它...

SBT project import

[warn] Multiple dependencies with the same organization/name but different versions. To avoid conflict, pick one version: 
[warn] * org.apache.httpcomponents:httpclient:(4.0.1, 4.3.4) 
[warn] * com.google.guava:guava:(18.0, 16.0.1) 
[warn] * org.apache.httpcomponents:httpcore:(4.0.1, 4.3.2) 
[warn] * commons-logging:commons-logging:(1.1.1, 1.1.3) 
[warn] * org.scala-lang.modules:scala-parser-combinators_2.11:(1.0.1, 1.0.3) 
[warn] * org.scala-lang.modules:scala-xml_2.11:(1.0.1, 1.0.3)

[SBT project import conflict][1]

我应该对我的项目或 IntelliJ IDEA 配置进行哪些更改?

link to GitHub repository

您可以尝试使用 dependencyOverrides 键来准确指定您要使用的版本。这将关闭警告。

http://www.scala-sbt.org/0.13/docs/Library-Management.html#Overriding+a+version