Skip to content

Commit

Permalink
Merge pull request #33 from rohithvangapalli/spark-3.2
Browse files Browse the repository at this point in the history
updated the postgresql version
  • Loading branch information
badrinathpatchikolla authored Nov 3, 2023
2 parents 3b85a0b + 4c1551a commit c7c7bc0
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 @@ -18,7 +18,7 @@ libraryDependencies ++= Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"org.scalikejdbc" %% "scalikejdbc" % "3.4.0",
"org.scalatest" %% "scalatest" % "3.2.14" % "test",
"org.postgresql" % "postgresql" % "42.2.8" % "test"
"org.postgresql" % "postgresql" % "42.6.0" % "test"
)

enablePlugins(GitVersioning)
Expand Down

0 comments on commit c7c7bc0

Please sign in to comment.