1
0

add sbt pack plugin (#197)

This commit is contained in:
Howard Mao
2016-08-08 19:31:03 -07:00
committed by Andrew Waterman
parent dd1fed41b6
commit 2a5aeeae24
2 changed files with 4 additions and 1 deletions

View File

@ -5,3 +5,5 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.3")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.5.0")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.8.0")