Skip to content

Commit 8257da4

Browse files
committed
Release spark connector 2.11.2 for spark 3.3
1 parent 6ffa811 commit 8257da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ lazy val root = project.withId("spark-snowflake").in(file("."))
4343
organization := "net.snowflake",
4444
version := s"${sparkConnectorVersion}-spark_3.3",
4545
scalaVersion := sys.props.getOrElse("SPARK_SCALA_VERSION", default = "2.12.11"),
46-
// Spark 3.2 supports scala 2.12 and 2.13
46+
// Spark 3.2/3.3 supports scala 2.12 and 2.13
4747
crossScalaVersions := Seq("2.12.11", "2.13.9"),
4848
javacOptions ++= Seq("-source", "1.8", "-target", "1.8"),
4949
licenses += "Apache-2.0" -> url("http://opensource.org/licenses/Apache-2.0"),

0 commit comments

Comments
 (0)