Skip to content

Commit

Permalink
Merge pull request #24 from rohithvangapalli/spark-3.3
Browse files Browse the repository at this point in the history
updated the neo4j connector version
  • Loading branch information
badrinathpatchikolla authored Nov 3, 2023
2 parents 7f62f9d + 1542ecb commit f6416c3
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" % "5.1.0_for_spark_3"
"org.neo4j" %% "neo4j-connector-apache-spark" % "5.2.0_for_spark_3"
)

enablePlugins(GitVersioning)
Expand Down

0 comments on commit f6416c3

Please sign in to comment.