From 900aa173b72d4ed5165005c8ee02ea48be87cb6a Mon Sep 17 00:00:00 2001 From: "scalikejdbc-bot[bot]" <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 01:21:22 +0000 Subject: [PATCH] Update postgresql to 42.7.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b9cd48f..3ade872 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ lazy val defaultPlayVersion = play.core.PlayVersion.current // internal only lazy val h2Version = "2.3.232" -lazy val postgresqlVersion = "42.7.6" +lazy val postgresqlVersion = "42.7.7" lazy val commonSettings = Seq( scalaVersion := "2.13.16",