libraryDependencies for com.eed3si9n#sbt-assembly;0.13.0: not found

后端 未结 5 771
夕颜
夕颜 2021-02-08 20:23

I am building a sbt plugin and want to reference assembly task in the sbt-assembly plugin ( to be dependent on my task)

to do this i need to reference it as a library (

5条回答
  •  青春惊慌失措
    2021-02-08 20:47

    In addition to the above suggestions I had to add

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

    to project/plugins.sbt.

提交回复
热议问题