与specs2 scalaz-stream 0.5a的未解决的依赖关系

时间:2015-01-13 13:23:52

标签: scala sbt scalaz specs2

自添加以来:

"org.specs2" %% "specs2" % "2.4.15" % "test" withSources() withJavadoc(),

我的构建文件

[warn]  Note: Unresolved dependencies path:
[warn]      org.scalaz.stream:scalaz-stream_2.10:0.5a
[warn]        +- org.specs2:specs2_2.10:2.4.15
...
[error] (*:update) sbt.ResolveException: unresolved dependency: org.scalaz.stream#scalaz-stream_2.10;0.5a: not found

1 个答案:

答案 0 :(得分:10)

添加Scalaz存储库应该有帮助

resolvers += "Scalaz Bintray Repo" at "https://dl.bintray.com/scalaz/releases"

更新使用 https