Skip to content

Commit dffd2f4

Browse files
committed
change version to 2.5.2-spark_2.4
1 parent 4eddf5d commit dffd2f4

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
@@ -29,7 +29,7 @@ lazy val root = project.withId("spark-snowflake").in(file("."))
2929
.settings(
3030
name := "spark-snowflake",
3131
organization := "net.snowflake",
32-
version := "2.5.2",
32+
version := "2.5.2-spark_2.4",
3333
scalaVersion := sys.props.getOrElse("SPARK_SCALA_VERSION", default = "2.12.8"),
3434
crossScalaVersions := Seq("2.11.12","2.12.8"),
3535
javacOptions ++= Seq("-source", "1.8", "-target", "1.8"),

0 commit comments

Comments
 (0)