Skip to content

Commit

Permalink
Update JDBC dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
etduwx committed Sep 14, 2017
1 parent 614c075 commit b96e6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SparkSnowflakeBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ object SparkSnowflakeBuild extends Build {
"Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "1.7.5",
"net.snowflake" % "snowflake-jdbc" % "[3.0.17,3.2.0[",
"net.snowflake" % "snowflake-jdbc" % "[3.2.4,)",
// These Amazon SDK depdencies are marked as 'provided' in order to reduce the risk of
// dependency conflicts with other user libraries. In many environments, such as EMR and
// Databricks, the Amazon SDK will already be on the classpath. In other cases, the SDK is
Expand Down

0 comments on commit b96e6ef

Please sign in to comment.