Skip to content

Commit

Permalink
updated the postgresql version
Browse files Browse the repository at this point in the history
  • Loading branch information
rohithvangapalli authored Nov 3, 2023
1 parent 3f21649 commit d3b4d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ libraryDependencies ++= Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"org.scalikejdbc" %% "scalikejdbc" % "3.4.2",
"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 Expand Up @@ -69,4 +69,4 @@ ThisBuild / publishTo := {
}

ThisBuild / publishMavenStyle := true
updateOptions := updateOptions.value.withGigahorse(false)
updateOptions := updateOptions.value.withGigahorse(false)

0 comments on commit d3b4d75

Please sign in to comment.