1
0
Fork 0

Bumpplugins - add sbt-coverage (#1004)

Don't advance to plugin versions that are incompatible with current chisel3 code.
This commit is contained in:
Jim Lawson 2017-09-20 17:17:55 -07:00 committed by Jack Koenig
parent 323a207bdd
commit 4f58aab26f
1 changed files with 3 additions and 1 deletions

View File

@ -4,8 +4,10 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.3")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.6.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.8.0")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")