Skip to content

Commit

Permalink
Merge pull request #22 from rohithvangapalli/spark-3.4
Browse files Browse the repository at this point in the history
updated the neo4j connector version
  • Loading branch information
badrinathpatchikolla authored Sep 21, 2023
2 parents 85d45ea + 36e38cd commit 842e932
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 @@ -20,7 +20,7 @@ libraryDependencies ++= Seq(
"com.github.music-of-the-ainur" %% "almaren-framework" % s"0.9.10-${majorVersion}" % "provided",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"org.scalatest" %% "scalatest" % "3.2.14" % "test",
"org.neo4j" %% "neo4j-connector-apache-spark" % "4.1.5_for_spark_3"
"org.neo4j" %% "neo4j-connector-apache-spark" % "5.1.0_for_spark_3"
)

enablePlugins(GitVersioning)
Expand Down

0 comments on commit 842e932

Please sign in to comment.