Repository: spark Updated Branches: refs/heads/master c5882c663 -> d6a302539
[BUILD] Fixed resolver for scalastyle plugin and upgrade sbt version. Author: Prashant Sharma <[email protected]> Closes #2877 from ScrapCodes/scalastyle-fix and squashes the following commits: a17b9fe [Prashant Sharma] [BUILD] Fixed resolver for scalastyle plugin. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d6a30253 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d6a30253 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d6a30253 Branch: refs/heads/master Commit: d6a302539213e8cdb51ca14b1769aeb33f9f435f Parents: c5882c6 Author: Prashant Sharma <[email protected]> Authored: Wed Oct 22 22:13:11 2014 -0700 Committer: Patrick Wendell <[email protected]> Committed: Wed Oct 22 22:13:11 2014 -0700 ---------------------------------------------------------------------- project/build.properties | 2 +- project/plugins.sbt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/d6a30253/project/build.properties ---------------------------------------------------------------------- diff --git a/project/build.properties b/project/build.properties index c12ef65..32a3aee 100644 --- a/project/build.properties +++ b/project/build.properties @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -sbt.version=0.13.5 +sbt.version=0.13.6 http://git-wip-us.apache.org/repos/asf/spark/blob/d6a30253/project/plugins.sbt ---------------------------------------------------------------------- diff --git a/project/plugins.sbt b/project/plugins.sbt index 678f5ed..9d50a50 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,6 +4,8 @@ resolvers += Resolver.url("artifactory", url("http://scalasbt.artifactoryonline. resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/" +resolvers += "sonatype-releases" at "https://oss.sonatype.org/content/repositories/releases/" + addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2") addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
