diff --git a/pom.xml b/pom.xml index 09794c1eaf6cf256ce8b9c450d0484e0fdcc5081..a051fea77b6b86a6619c07537d0498ed711364ee 100644 --- a/pom.xml +++ b/pom.xml @@ -2463,7 +2463,7 @@ <plugin> <groupId>org.scalastyle</groupId> <artifactId>scalastyle-maven-plugin</artifactId> - <version>0.9.0</version> + <version>1.0.0</version> <configuration> <verbose>false</verbose> <failOnViolation>true</failOnViolation> diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index 20848f06172d4f119decf81c2c0e901b8ed516a7..748b1c49c8f1c32ad2c99d9c0f6e8b5a259793cd 100644 --- a/project/SparkBuild.scala +++ b/project/SparkBuild.scala @@ -123,7 +123,7 @@ object SparkBuild extends PomBuild { lazy val scalaStyleRules = Project("scalaStyleRules", file("scalastyle")) .settings( - libraryDependencies += "org.scalastyle" %% "scalastyle" % "0.9.0" + libraryDependencies += "org.scalastyle" %% "scalastyle" % "1.0.0" ) lazy val scalaStyleOnCompile = taskKey[Unit]("scalaStyleOnCompile")