From ffe58abac5f60d785b684bb249aee0153bddea3f Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Mon, 19 Sep 2016 15:27:52 -0700 Subject: Add sbt-buildinfo support. --- project/plugins.sbt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'project') 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") -- cgit v1.2.3