Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorukanti committed Sep 11, 2024
1 parent a8efed4 commit eba838d
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 @@ -137,7 +137,7 @@ def crossSparkSettings(): Seq[Setting[_]] = getSparkVersion() match {
targetJvm := "1.8",
// For adding staged Spark RC versions, e.g.:
// resolvers += "Apache Spark 3.5.0 (RC1) Staging" at "https://repository.apache.org/content/repositories/orgapachespark-1444/",
resolvers += "Apache Spark 3.5.3 (RC2) Staging" at "https://repository.apache.org/content/repositories/orgapachespark-1466/",
resolvers += "Apache Spark 3.5.3 (RC3) Staging" at "https://repository.apache.org/content/repositories/orgapachespark-1467/",
Compile / unmanagedSourceDirectories += (Compile / baseDirectory).value / "src" / "main" / "scala-spark-3.5",
Test / unmanagedSourceDirectories += (Test / baseDirectory).value / "src" / "test" / "scala-spark-3.5",
Antlr4 / antlr4Version := "4.9.3",
Expand Down

0 comments on commit eba838d

Please sign in to comment.