Skip to content

Commit

Permalink
Merge pull request #31 from rohithvangapalli/spark-2.4
Browse files Browse the repository at this point in the history
updated the elasticsearch connector version
  • Loading branch information
badrinathpatchikolla authored Nov 3, 2023
2 parents 57b63e4 + 09efd3f commit a7c6f66
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 @@ -17,7 +17,7 @@ libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-core" % sparkVersion % "provided",
"org.apache.spark" %% "spark-sql" % sparkVersion % "provided",
"com.github.music-of-the-ainur" %% "almaren-framework" % s"0.9.10-${majorVersion}" % "provided",
"org.elasticsearch" %% "elasticsearch-spark-20" % "8.10.2" % "provided",
"org.elasticsearch" %% "elasticsearch-spark-20" % "8.10.4" % "provided",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"org.scalatest" %% "scalatest" % "3.2.14" % "test"
)
Expand Down

0 comments on commit a7c6f66

Please sign in to comment.