diff options
| author | Jim Lawson | 2016-09-19 15:27:52 -0700 |
|---|---|---|
| committer | Jim Lawson | 2016-10-05 09:28:27 -0700 |
| commit | ffe58abac5f60d785b684bb249aee0153bddea3f (patch) | |
| tree | b838758676d802e83c984fbc95bb430a39a7e1bf /project | |
| parent | c24fc9b93d440cd5604b5c83e5b79b80d9c7604c (diff) | |
Add sbt-buildinfo support.
Diffstat (limited to 'project')
| -rw-r--r-- | project/plugins.sbt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index 585435a0..70e12de8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -13,3 +13,5 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5") addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.4") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.2") + +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.1") |
