Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
binglihub committed Dec 12, 2019
1 parent 6487b03 commit 63158aa
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.5-spark_2.4",
version := "2.5.6-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 @@ -46,7 +46,7 @@ object Utils {
*/
val SNOWFLAKE_SOURCE_NAME = "net.snowflake.spark.snowflake"

val VERSION = "2.5.5"
val VERSION = "2.5.6"

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

Expand Down

0 comments on commit 63158aa

Please sign in to comment.