diff options
| author | Richard Lin | 2016-10-06 17:15:00 -0700 |
|---|---|---|
| committer | GitHub | 2016-10-06 17:15:00 -0700 |
| commit | f12016fd5412467313cceff3f1af39643c8bc7a2 (patch) | |
| tree | c434dea502022e7cde5a3f8dd31862ee024b0369 /project | |
| parent | 10f170110cd00e7e5e0b428c0490594dac4db225 (diff) | |
| parent | 37f8008d9cc239d59034fd5d2805a0d07a055cd4 (diff) | |
Merge pull request #313 from ucb-bar/buildinfo
Buildinfo
Diffstat (limited to 'project')
| -rw-r--r-- | project/plugins.sbt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt index 58166621..5ff66b4f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,4 +14,7 @@ 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") + addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3") + |
