We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddfedd commit b6472d4Copy full SHA for b6472d4
project/SparkBuild.scala
@@ -184,7 +184,7 @@ object OldDeps {
184
185
def versionArtifact(id: String): Option[sbt.ModuleID] = {
186
val fullId = id + "_2.10"
187
- Some("org.apache.spark" % fullId % "1.0.0")
+ Some("org.apache.spark" % fullId % "1.1.0")
188
}
189
190
def oldDepsSettings() = Defaults.defaultSettings ++ Seq(
0 commit comments