Skip to content

Commit 0d1cc4a

Browse files
committed
[HOTFIX] A left over version change. It should make mima happy.
Author: Prashant Sharma <[email protected]> Closes apache#2317 from ScrapCodes/hotfix and squashes the following commits: b6472d4 [Prashant Sharma] [HOTFIX] for hotfixes, a left over version change.
1 parent eddfedd commit 0d1cc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ object OldDeps {
184184

185185
def versionArtifact(id: String): Option[sbt.ModuleID] = {
186186
val fullId = id + "_2.10"
187-
Some("org.apache.spark" % fullId % "1.0.0")
187+
Some("org.apache.spark" % fullId % "1.1.0")
188188
}
189189

190190
def oldDepsSettings() = Defaults.defaultSettings ++ Seq(

0 commit comments

Comments
 (0)