From 335f143897cf726c196f6ffdb467f8c4f6d6b8a1 Mon Sep 17 00:00:00 2001 From: "scalikejdbc-bot[bot]" <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 01:14:59 +0000 Subject: [PATCH] Update h2 to 2.4.240 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index da4a883..bcf18bc 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ lazy val scalikejdbcVersion = "4.3.5" lazy val defaultPlayVersion = play.core.PlayVersion.current // internal only -lazy val h2Version = "2.3.232" +lazy val h2Version = "2.4.240" lazy val postgresqlVersion = "42.7.8" lazy val commonSettings = Seq(