This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git

commit 57aabde3d38cc3aee1fcd7b51321430df53ea79b
Author: Luciano Resende <lrese...@apache.org>
AuthorDate: Thu Jul 16 11:23:41 2020 -0700

    Syncronyze apache version on build artifacts
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 78669df..aff32a6 100644
--- a/build.sbt
+++ b/build.sbt
@@ -26,7 +26,7 @@ crossScalaVersions in ThisBuild := Seq("2.11.12")
 scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild).value.head
 Dependencies.sparkVersion in ThisBuild := {
   val envVar = "APACHE_SPARK_VERSION"
-  val defaultVersion = "2.0.0"
+  val defaultVersion = "2.3.4"
 
   Properties.envOrNone(envVar) match {
     case None =>

Reply via email to