Skip to content

Commit

Permalink
remove crossScalaVersion for spark 2
Browse files Browse the repository at this point in the history
  • Loading branch information
zeotuan committed Aug 8, 2024
1 parent 71098ea commit 3b1b2e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ crossScalaVersions := {
sparkVersion.value match {
case versionRegex("3", m, _) if m.toInt >= 2 => Seq(scala2_12, scala2_13)
case versionRegex("3", _ , _) => Seq(scala2_12)
case versionRegex("2", _ , _) => Seq(scala2_11)
}
}

Expand Down

0 comments on commit 3b1b2e9

Please sign in to comment.