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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -