Skip to content

Commit

Permalink
Merge pull request #236 from InterestingLab/rickyhuo.enhance.es
Browse files Browse the repository at this point in the history
Update elasticsearch-spark version
  • Loading branch information
garyelephant authored Feb 24, 2019
2 parents 8678473 + e0bb9b2 commit 357772e
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
@@ -1,5 +1,5 @@
name := "Waterdrop"
version := "1.2.0"
version := "1.2.1"
organization := "io.github.interestinglab.waterdrop"

scalaVersion := "2.11.8"
Expand Down
2 changes: 1 addition & 1 deletion waterdrop-core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ libraryDependencies ++= Seq(
"commons-lang" % "commons-lang" % "2.6",
"io.thekraken" % "grok" % "0.1.5",
"mysql" % "mysql-connector-java" % "5.1.6",
"org.elasticsearch" % "elasticsearch-spark-20_2.11" % "5.6.3",
"org.elasticsearch" % "elasticsearch-spark-20_2.11" % "6.6.1",
"com.github.scopt" %% "scopt" % "3.7.0",
"org.apache.commons" % "commons-compress" % "1.15",
"com.pingcap.tispark" % "tispark-core" % "1.1"
Expand Down

0 comments on commit 357772e

Please sign in to comment.