summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Lawson2016-04-01 14:15:52 -0700
committerJim Lawson2016-04-01 14:15:52 -0700
commitec1249f4558641f958fae72570839c3ef48533ae (patch)
tree4a5149326c3291ada0998cc9b26f2631634b8cbd
parent8d71195234c18fb9148f7b198dbea60acd7f3e42 (diff)
Bump plugin versions.
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.)
-rw-r--r--project/plugins.sbt8
1 files changed, 4 insertions, 4 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 35e29bfd..585435a0 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -6,10 +6,10 @@ resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
-addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.7.0")
+addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.1.0")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")
-addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.3")
+addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.4")
-addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.1")
+addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.2")