Skip to content

Commit

Permalink
Update spark to 3.0.0 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jun 17, 2020
1 parent 79f2f01 commit 0adffa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ object SparkVersions {
def latest22 = "2.2.2"
def latest23 = "2.3.2"
def latest24 = "2.4.4"
def latest30 = "3.0.0-preview2"
def latest30 = "3.0.0"

}
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ object Deps {
def utest = "com.lihaoyi" %% "utest" % "0.7.4"

def sparkSql = "org.apache.spark" %% "spark-sql" % "2.4.0"
def sparkSql3 = "org.apache.spark" %% "spark-sql" % "3.0.0-preview2"
def sparkSql3 = "org.apache.spark" %% "spark-sql" % "3.0.0"

}

0 comments on commit 0adffa4

Please sign in to comment.