diff --git a/build.sbt b/build.sbt index fa4d827..1b963e9 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ mergifyExtraConditions := Seq( libraryDependencies ++= List( "com.github.sbt" % "junit-interface" % "0.13.3" % Test, "ch.qos.logback" % "logback-classic" % "1.5.21" % Test, - "org.postgresql" % "postgresql" % "42.7.4" % Test + "org.postgresql" % "postgresql" % "42.7.8" % Test ) scalacOptions += "-deprecation"