Skip to content

Commit

Permalink
fix(influx): revert to version 2.14 (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyogev authored Oct 19, 2020
1 parent 8e11bc6 commit 26035f7
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 @@ -66,7 +66,7 @@ libraryDependencies ++= Seq(
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion.value,
"com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % jacksonVersion.value,
"org.apache.commons" % "commons-text" % "1.8",
"org.influxdb" % "influxdb-java" % "2.19",
"org.influxdb" % "influxdb-java" % "2.14",
"io.github.spark-redshift-community" %% "spark-redshift" % "4.1.1",
"com.segment.analytics.java" % "analytics" % "2.1.1" % "provided",
"com.datastax.spark" %% "spark-cassandra-connector" % "3.0.0-alpha2" % "provided",
Expand Down

0 comments on commit 26035f7

Please sign in to comment.