Skip to content

Commit

Permalink
Move version to 2.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingli-Rui committed Feb 7, 2020
1 parent 52a3aab commit e716ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy val root = project.withId("spark-snowflake").in(file("."))
.settings(
name := "spark-snowflake",
organization := "net.snowflake",
version := "2.5.8-spark_2.4",
version := "2.5.9-spark_2.4",
scalaVersion := sys.props.getOrElse("SPARK_SCALA_VERSION", default = "2.12.8"),
crossScalaVersions := Seq("2.11.12", "2.12.8"),
javacOptions ++= Seq("-source", "1.8", "-target", "1.8"),
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/net/snowflake/spark/snowflake/Utils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object Utils {
*/
val SNOWFLAKE_SOURCE_SHORT_NAME = "snowflake"

val VERSION = "2.5.8"
val VERSION = "2.5.9"

private[snowflake] val JDBC_DRIVER =
"net.snowflake.client.jdbc.SnowflakeDriver"
Expand Down

0 comments on commit e716ce7

Please sign in to comment.