From 8fb41e791f3446818006fc2218fcda0937780153 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 24 Feb 2026 01:53:26 +0000 Subject: [PATCH] Update postgresql to 42.7.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f6f0f9c..02d3a98 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ lazy val root = project libraryDependencies ++= Seq( "org.playframework.anorm" %% "anorm" % "2.8.1", "io.flow" %% "lib-test-utils-play29" % "0.3.9" % Test, - "org.postgresql" % "postgresql" % "42.7.7" % Test + "org.postgresql" % "postgresql" % "42.7.10" % Test ), resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/", resolvers += "scalaz-bintray" at "https://dl.bintray.com/scalaz/releases",