diff --git a/build.sbt b/build.sbt index 8586f8b..b55e644 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ lazy val root = (project in file(".")) "org.scalatest" %% "scalatest" % scalaTestVersion % Test, "org.scalatest" %% "scalatest-flatspec" % scalaTestVersion % Test, "com.h2database" % "h2" % "2.4.240" % Test, - "org.postgresql" % "postgresql" % "42.7.11" % Test + "org.postgresql" % "postgresql" % "42.7.13" % Test ), publishSettings )