aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorprudhvi <prudhvi953@gmail.com>2014-10-16 02:05:44 -0400
committerPatrick Wendell <pwendell@gmail.com>2014-10-16 02:05:44 -0400
commit044583a241203e7fe759366b273ad32fd9bf7c05 (patch)
tree62dc5e155431142963635f75cf18d9d386f0f1c9 /project/plugins.sbt
parent293a0b5dbba0474832dc7e9d387f3b10f6c452ea (diff)
downloadspark-044583a241203e7fe759366b273ad32fd9bf7c05.tar.gz
spark-044583a241203e7fe759366b273ad32fd9bf7c05.tar.bz2
spark-044583a241203e7fe759366b273ad32fd9bf7c05.zip
[Core] Upgrading ScalaStyle version to 0.5 and removing SparkSpaceAfterCommentStartChecker.
Author: prudhvi <prudhvi953@gmail.com> Closes #2799 from prudhvije/ScalaStyle/space-after-comment-start and squashes the following commits: fc263a1 [prudhvi] [Core] Using scalastyle to check the space after comment start
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 8096c61414..678f5ed1ba 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -17,7 +17,7 @@ addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.4")
-addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.4.0")
+addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.5.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.6")