I\'m new to sbt. I want it to put all the dependency jar
files as well as my jar file into one place. SBT will run the app, but I\'ve got various dependencies s
The SBT docs have a list of "One Jar Plugins":
- sbt-assembly: https://github.com/sbt/sbt-assembly
- xsbt-proguard-plugin: https://github.com/adamw/xsbt-proguard-plugin
- sbt-deploy: https://github.com/reaktor/sbt-deploy
- sbt-appbundle (os x standalone): https://github.com/sbt/sbt-appbundle
- sbt-onejar (Packages your project using One-JAR™): https://github.com/sbt/sbt-onejar