Skip to content

Commit

Permalink
Use 17 instead of 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Sep 29, 2024
1 parent 6bf631f commit 12e310e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ val commonSettings = Seq(
scalacOptions ++= Seq("-deprecation", "-unchecked", "-Yrangepos"),
javacOptions ++= {
if (sparkVersion.value >= "4.0.0") {
Seq("-source", "1.17", "-target", "1.17")
Seq("-source", "17", "-target", "17")
} else {
Seq("-source", "1.8", "-target", "1.8")
}
Expand Down

0 comments on commit 12e310e

Please sign in to comment.