Skip to content

Commit

Permalink
Release spark connector 2.11.3 for spark 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mrui committed Apr 21, 2023
1 parent 78294d0 commit 812ace9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 812ace9

Please sign in to comment.