sbt pack creates a distributable package in target/pack folder. All dependent jars including scala-library.jar are collected in target/pack/lib folder. This process is much faster than creating a single-jar as in sbt-assembly or proguard plugins. Supporting multi-module projects. Useful for creating runnable Docker images of Scala programs sbt packArchive generates tar.gz archive that is ready to