Add sbt-assembly for making jar

This commit is contained in:
Edward Wang
2017-08-01 12:25:42 -07:00
committed by edwardcwang
parent ffd7893d63
commit 00c99f56b1
4 changed files with 12 additions and 3 deletions

2
project/assembly.sbt Normal file
View File

@@ -0,0 +1,2 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")