Skip to content
Snippets Groups Projects
Commit 3b971246 authored by Reynold Xin's avatar Reynold Xin
Browse files

Changed Spark version back to 0.6.0

parent 63fae9bc
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ object SparkBuild extends Build {
def sharedSettings = Defaults.defaultSettings ++ Seq(
organization := "org.spark-project",
version := "0.6.0-rxin",
version := "0.6.0",
scalaVersion := "2.9.2",
scalacOptions := Seq(/*"-deprecation",*/ "-unchecked", "-optimize"), // -deprecation is too noisy due to usage of old Hadoop API, enable it once that's no longer an issue
unmanagedJars in Compile <<= baseDirectory map { base => (base / "lib" ** "*.jar").classpath },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment