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

Unresolved dependency with specs2 scalaz-stream 0.5a

自添加:

"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

添加 Scalaz 存储库应该有所帮助

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

upd 使用 https