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 b7a1e45c3cd83fe63c1cab630cf850439ac09309 Author: Luciano Resende <[email protected]> AuthorDate: Mon Sep 22 21:33:35 2025 -0700 Update scala version to match Spark 3.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9adf2c89..6f147628 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ ThisBuild / version := Properties.envOrElse("VERSION", "0.0.0-dev") + (if ((ThisBuild / isSnapshot ).value) "-SNAPSHOT" else "") ThisBuild / isSnapshot := Properties.envOrElse("IS_SNAPSHOT","true").toBoolean ThisBuild / organization := "org.apache.toree.kernel" -ThisBuild / crossScalaVersions := Seq("2.12.15") +ThisBuild / crossScalaVersions := Seq("2.12.17") ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions ).value.head ThisBuild / Dependencies.sparkVersion := { val envVar = "APACHE_SPARK_VERSION"
