sbt.ResolveException: unresolved dependency: com.eed3si9n#sbt-assembly;0.9.2: not found

来源:互联网 发布:印度火箭 知乎 编辑:程序博客网 时间:2024/05/15 23:53
sbt.ResolveException: unresolved dependency: com.eed3si9n#sbt-assembly;0.9.2: not found
解决
https://github.com/foursquare/twofishes/issues/73

Adding an additional resolver for the new bintray repo to project/plugins.sbt fixed this issue for me.

resolvers += Resolver.url("bintray-sbt-plugins", url("http://dl.bintray.com/sbt/sbt-plugin-releases"))(Resolver.ivyStylePatterns)

0 0
原创粉丝点击