From f2a78dbe709ac4d2f39d4a673fb6a2d0552f91d1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 4 Sep 2026 23:37:32 +0000 Subject: [PATCH] Update h2 to 2.5.250 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8586f8b..34ab30d 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ lazy val root = (project in file(".")) libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % scalaTestVersion % Test, "org.scalatest" %% "scalatest-flatspec" % scalaTestVersion % Test, - "com.h2database" % "h2" % "2.4.240" % Test, + "com.h2database" % "h2" % "2.5.250" % Test, "org.postgresql" % "postgresql" % "42.7.11" % Test ), publishSettings