aboutsummaryrefslogtreecommitdiff
path: root/dev/audit-release/README.md
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@databricks.com>2015-11-04 16:58:38 -0800
committerReynold Xin <rxin@databricks.com>2015-11-04 16:58:38 -0800
commitce5e6a2849ae860689fa3e7d5aaa12216945ea99 (patch)
tree439eaa2bba7a894fd0af8f73f29f4fcb737f8ae6 /dev/audit-release/README.md
parentb6e0a5ae6f243139f11c9cbbf18cddd3f25db208 (diff)
downloadspark-ce5e6a2849ae860689fa3e7d5aaa12216945ea99.tar.gz
spark-ce5e6a2849ae860689fa3e7d5aaa12216945ea99.tar.bz2
spark-ce5e6a2849ae860689fa3e7d5aaa12216945ea99.zip
[SPARK-11491] Update build to use Scala 2.10.5
Spark should build against Scala 2.10.5, since that includes a fix for Scaladoc that will fix doc snapshot publishing: https://issues.scala-lang.org/browse/SI-8479 Author: Josh Rosen <joshrosen@databricks.com> Closes #9450 from JoshRosen/upgrade-to-scala-2.10.5.
Diffstat (limited to 'dev/audit-release/README.md')
-rw-r--r--dev/audit-release/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/audit-release/README.md b/dev/audit-release/README.md
index 38becda0ea..f72f8c653a 100644
--- a/dev/audit-release/README.md
+++ b/dev/audit-release/README.md
@@ -4,7 +4,7 @@ run them locally by setting appropriate environment variables.
```
$ cd sbt_app_core
-$ SCALA_VERSION=2.10.4 \
+$ SCALA_VERSION=2.10.5 \
SPARK_VERSION=1.0.0-SNAPSHOT \
SPARK_RELEASE_REPOSITORY=file:///home/patrick/.ivy2/local \
sbt run