scala - How to use sbt-assembly? -
i'm quite new scala , sbt , create fat jar files includes dependency libraries. looks original sbt not , have user sbt-assembly. can't quite figure out how should install , use it. can elaborate on me?
drop project/plugins.sbt
addsbtplugin("com.eed3si9n" % "sbt-assembly" % "0.13.0")
that should let run sbt assembly
now. can solve merge conflicts in build.sbt or build.scala.
Comments
Post a Comment