diff --git a/build.sbt b/build.sbt index a57cd16..e25cad3 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ mergifyExtraConditions := Seq( libraryDependencies ++= List( "com.github.sbt" % "junit-interface" % "0.13.3" % Test, "ch.qos.logback" % "logback-classic" % "1.4.11" % Test, - "org.postgresql" % "postgresql" % "42.6.0" % Test, + "org.postgresql" % "postgresql" % "42.7.0" % Test, ) scalacOptions += "-deprecation"