From e45d873110c0457630b05bfff6ad5b475e8aed60 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Jul 2026 19:12:04 +0000 Subject: [PATCH] Update postgresql to 42.7.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )