From 02620d32e5720f952c63c29cb2ee1cc97683e942 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Aug 2022 15:11:14 +0000 Subject: [PATCH] Update postgresql to 42.2.26 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e24348e..78e51d0 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ val examples = "org.typelevel" %% "cats-effect" % "3.2.9", //this won't work for now "org.tpolecat" %% "doobie-hikari" % "1.0.0-M4", - "org.postgresql" % "postgresql" % "42.2.20" + "org.postgresql" % "postgresql" % "42.2.26" ) ) .settings(name += "-tests", (publish / skip) := true)