aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2014-10-22 22:13:11 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-10-22 22:13:11 -0700
commitd6a302539213e8cdb51ca14b1769aeb33f9f435f (patch)
tree61dde4b5b9ffcac48c5f83664bbf85d0a8d30aa3 /project
parentc5882c663e054adcd3ecd9f11e91a1929dbc14a3 (diff)
downloadspark-d6a302539213e8cdb51ca14b1769aeb33f9f435f.tar.gz
spark-d6a302539213e8cdb51ca14b1769aeb33f9f435f.tar.bz2
spark-d6a302539213e8cdb51ca14b1769aeb33f9f435f.zip
[BUILD] Fixed resolver for scalastyle plugin and upgrade sbt version.
Author: Prashant Sharma <prashant.s@imaginea.com> Closes #2877 from ScrapCodes/scalastyle-fix and squashes the following commits: a17b9fe [Prashant Sharma] [BUILD] Fixed resolver for scalastyle plugin.
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt2
2 files changed, 3 insertions, 1 deletions
diff --git a/project/build.properties b/project/build.properties
index c12ef652ad..32a3aeefaf 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
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 678f5ed1ba..9d50a50b10 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")