我在构建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
请帮忙。
答案 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)