SBT未解决的com.streamsend依赖性错误#pillar_2.10; 1.0.3:未找到

时间:2015-12-15 08:20:38

标签: scala intellij-idea playframework-2.0 sbt

我在构建Play时遇到以下错误!在Intellij IDEA 15中的框架Scala项目,以下是错误:

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: com.streamsend#pillar_2.10;1.0.3: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[trace] Stack trace suppressed: run 'last *:update' for the full output.
[error] (*:update) sbt.ResolveException: unresolved dependency: com.streamsend#pillar_2.10;1.0.3: not found

请帮忙。

1 个答案:

答案 0 :(得分:0)

尝试使用更新的版本: 替换:

"com.streamsend" % "pillar_2.10" % "1.0.3"

使用:

"com.chrisomeara" % "pillar_2.10" % "2.0.1" (It's the same package but rebranded)