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

1
macros/build.sbt Normal file
View File

@@ -0,0 +1 @@
enablePlugins(sbtassembly.AssemblyPlugin)