From 8257da485bb14e00f5d993dbbcd4e40fbec89c8c Mon Sep 17 00:00:00 2001 From: Mingli Rui Date: Wed, 15 Mar 2023 13:48:22 -0700 Subject: [PATCH] Release spark connector 2.11.2 for spark 3.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f0c73607..cb9fb7ec 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ lazy val root = project.withId("spark-snowflake").in(file(".")) organization := "net.snowflake", version := s"${sparkConnectorVersion}-spark_3.3", scalaVersion := sys.props.getOrElse("SPARK_SCALA_VERSION", default = "2.12.11"), - // Spark 3.2 supports scala 2.12 and 2.13 + // Spark 3.2/3.3 supports scala 2.12 and 2.13 crossScalaVersions := Seq("2.12.11", "2.13.9"), javacOptions ++= Seq("-source", "1.8", "-target", "1.8"), licenses += "Apache-2.0" -> url("http://opensource.org/licenses/Apache-2.0"),