Skip to content

Commit

Permalink
update scalastyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Kuthan committed Apr 12, 2015
1 parent 8e4f61d commit b2c9ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions project/ApplicationBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import sbt.Keys._

object ApplicationBuild extends Build {

import org.scalastyle.sbt.ScalastylePlugin.{Settings => scalastyleSettings}

object Versions {
val kafka = "0.8.2.1"
val spark = "1.3.0"
Expand Down Expand Up @@ -83,7 +81,6 @@ object ApplicationBuild extends Build {
settings(scalacOptions ++= customScalacOptions).
settings(resolvers ++= customResolvers).
settings(libraryDependencies ++= customLibraryDependencies).
settings(excludeDependencies ++= customExcludeDependencies).
settings(scalastyleSettings)
settings(excludeDependencies ++= customExcludeDependencies)
}

2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.5.0")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.6.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.4")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.0.0.BETA1")

Expand Down

0 comments on commit b2c9ae3

Please sign in to comment.