diff --git a/build.sbt b/build.sbt index 3cc42a52..1518fbcb 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ sparkPackageName := "databricks/spark-sql-perf" // All Spark Packages need a license licenses := Seq("Apache-2.0" -> url("http://opensource.org/licenses/Apache-2.0")) -sparkVersion := "3.0.0" +sparkVersion := "3.0.1" sparkComponents ++= Seq("sql", "hive", "mllib") diff --git a/version.sbt b/version.sbt index 7338ce76..f9436171 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.5.1-SNAPSHOT" +version in ThisBuild := "0.5.2-SNAPSHOT"