summaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Collapse)Author
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.)
2016-04-01Update sbt to version 0.13.11Andrew Waterman
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