From 4fa2ed1a68cb7a9a7f269faaf70735affbf93b11 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 25 Sep 2025 15:28:47 +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 fb0e94f..81eeb77 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ libraryDependencies += "com.typesafe.slick" %% "slick-testkit" % "3.6.1" libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.20" % "test" -libraryDependencies += "com.h2database" % "h2" % "2.3.232" % "test" +libraryDependencies += "com.h2database" % "h2" % "2.4.240" % "test" libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.53.2.1" % "test" // latest version that works