Skip to content

Commit ca9ff77

Browse files
committed
Update previous Spark version in Mima.
1 parent 97820c6 commit ca9ff77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/MimaBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ object MimaBuild {
9191

9292
def mimaSettings(sparkHome: File, projectRef: ProjectRef) = {
9393
val organization = "org.apache.spark"
94-
val previousSparkVersion = "1.4.0"
94+
val previousSparkVersion = "1.5.0"
9595
val fullId = "spark-" + projectRef.project + "_2.10"
9696
mimaDefaultSettings ++
9797
Seq(previousArtifact := Some(organization % fullId % previousSparkVersion),

0 commit comments

Comments
 (0)