1
0
Fork 0

Add sbt-unidoc plugin; bump sbt-buildinfo version. (#385)

This commit is contained in:
Jim Lawson 2016-10-06 10:48:11 -07:00 committed by Henry Cook
parent eddf1679f5
commit 9b8e8a8b9e
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ 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("com.eed3si9n" % "sbt-buildinfo" % "0.6.1")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.8.0")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3")