Skip to content

Commit

Permalink
as it arrived so quickly, added Spark 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dazfuller committed Mar 3, 2021
1 parent 67f3d87 commit 7da3761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$versions = @("3.0.1", "3.0.2")
$versions = @("3.0.1", "3.0.2", "3.1.1")
$jarPath = "./target/jars"

Write-Host "Clearing existing jar artefacts" -ForegroundColor Green
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ libraryDependencies ++= Seq(

// Define common settings for the library
val commonSettings = Seq(
sparkVersion := System.getProperty("sparkVersion", "3.0.2"),
sparkVersion := System.getProperty("sparkVersion", "3.1.1"),
scalaVersion := {
if (sparkVersion.value < "3.0.0") {
"2.11.12"
Expand Down

0 comments on commit 7da3761

Please sign in to comment.