aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-04-07 12:37:33 -0700
committerReynold Xin <rxin@databricks.com>2015-04-07 12:37:33 -0700
commit12322159147581602978f7f5a6b33b887ef781a1 (patch)
treec3c0289147d9ffcef589a31f88da27e2aba789e8 /project/plugins.sbt
parent2c32bef1790dac6f77ef9674f6106c2e24ea0338 (diff)
downloadspark-12322159147581602978f7f5a6b33b887ef781a1.tar.gz
spark-12322159147581602978f7f5a6b33b887ef781a1.tar.bz2
spark-12322159147581602978f7f5a6b33b887ef781a1.zip
[SPARK-6750] Upgrade ScalaStyle to 0.7.
0.7 fixes a bug that's pretty useful, i.e. inline functions no longer return explicit type definition. Author: Reynold Xin <rxin@databricks.com> Closes #5399 from rxin/style0.7 and squashes the following commits: 54c41b2 [Reynold Xin] Actually update the version. 09c759c [Reynold Xin] [SPARK-6750] Upgrade ScalaStyle to 0.7.
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 ee45b6a519..7096b0d3ee 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -19,7 +19,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.6.0")
+addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.7.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.6")