summaryrefslogtreecommitdiff
path: root/project/plugins.sbt
AgeCommit message (Collapse)Author
2017-05-25Support updated scalatest/scalacheck; bump sbt and Scala versions. (#605)Jim Lawson
bump scoverage version
2016-10-06Merge branch 'master' into buildinfoJim Lawson
2016-10-05Add sbt-buildinfo support.Jim Lawson
2016-09-28Generate scaladoc for all subprojects.Jim Lawson
Use aggregate to run project tasks in subprojects Use sbt-unidoc to generate combined scaladoc for project and subprojects.
2016-04-01Bump plugin versions.Jim Lawson
Scalastyle "scalastyle-sbt-plugin" % "0.7.0) dies with: [error] .../chisel3/src/main/scala/Chisel/Data.scala: Expected token RBRACKET but got Token(XML_START_OPEN,<,4360,<) [error] .../chisel3/src/main/scala/Chisel/Driver.scala: Expected token RBRACKET but got Token(XML_START_OPEN,<,3418,<) ... Upgrade to "scalastyle-sbt-plugin" % "0.8.0" (and bump the the others to "current" versions while we're here.)
2015-08-12ScalaDoc prep.Jim Lawson
Edit/Add scaladoc and site targets to Makefile. Add site, ghpages objects to build.sbt and project/plugins.sbt
2015-07-24Generalize, add missing chisel2 meta files.Jim Lawson