You need to add the plugin to your plugins.sbt file not your build.sbt
file.  Also, I don't see a 0.13.9 version on Github.  0.14.2 is current.

On Thu, Feb 18, 2016 at 9:50 PM Arko Provo Mukherjee <
arkoprovomukher...@gmail.com> wrote:

> Hello,
>
> I am trying to use sbt assembly to generate a fat JAR.
>
> Here is my \project\assembly.sbt file:
> resolvers += Resolver.url("bintray-sbt-plugins",
> url("http://dl.bintray.com/sbt/sbt-plugin-releases
> "))(Resolver.ivyStylePatterns)
>
> addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.13.9")
>
>
> However, when I run sbt assembly I get the error:
> [error] (*:update) sbt.ResolveException: unresolved dependency:
> com.eed3si9n#sbt-assembly;0.13.9: not found
>
> Anyone faced this issue before?
>
> Thanks & regards
> Arko
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
> For additional commands, e-mail: user-h...@spark.apache.org
>
>

Reply via email to