From eb7116ab927f1cfbc28b4eb04b95242e818fc7fe 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 401ed13..8491841 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.19" % "test" -libraryDependencies += "com.h2database" % "h2" % "2.3.232" % "test" +libraryDependencies += "com.h2database" % "h2" % "2.4.240" % "test" libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.50.3.0" % "test" // latest version that works