Repository: incubator-predictionio Updated Branches: refs/heads/develop 3c0c4c5e7 -> 97a059554
[MINOR] Bump Scalastyle version to fix unit test Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/97a05955 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/97a05955 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/97a05955 Branch: refs/heads/develop Commit: 97a05955452e732a2f5d8a05de2da0d7e4f86dd7 Parents: 3c0c4c5 Author: Donald Szeto <[email protected]> Authored: Tue Jan 24 13:14:48 2017 -0800 Committer: Donald Szeto <[email protected]> Committed: Tue Jan 24 13:14:48 2017 -0800 ---------------------------------------------------------------------- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/97a05955/project/plugins.sbt ---------------------------------------------------------------------- diff --git a/project/plugins.sbt b/project/plugins.sbt index d0d2591..3edaf67 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.0.3") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1") -addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.6.0") +addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0") resolvers += "sonatype-releases" at "https://oss.sonatype.org/content/repositories/releases/"
