Adding plugins.sbt file

This commit is contained in:
Chris Stewart 2016-01-04 15:10:19 -06:00
parent 17a4fe429b
commit 5c6bf18a48

5
project/plugins.sbt Normal file
View file

@ -0,0 +1,5 @@
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.2")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.3")