Migrate to sbt-pack vs assembly for faster packing

This commit is contained in:
Chord 2016-04-22 23:02:47 -04:00
parent 6711786f44
commit 0d986bcb29
2 changed files with 3 additions and 9 deletions

View file

@ -1,3 +1,3 @@
logLevel := Level.Warn
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.7.9")