Skip to content

Commit 83e7144

Browse files
committed
removed dependency on scalastyle in plugin, since scalastyle sbt plugin already depends on the right version. Incase we update the plugin we will have to adjust our spark-style project to depend on right scalastyle version.
1 parent 810a1d6 commit 83e7144

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

project/plugins.sbt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,8 @@ scalaVersion := "2.10.3"
22

33
resolvers += Resolver.url("artifactory", url("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases"))(Resolver.ivyStylePatterns)
44

5-
resolvers += "sonatype-snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
6-
75
resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/"
86

9-
libraryDependencies ++= Seq(
10-
"org.scalastyle" %% "scalastyle" % "0.5.0-SNAPSHOT"
11-
)
12-
137
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.10.2")
148

159
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")

0 commit comments

Comments
 (0)