From 26e847799431289fab798f1972177032ddc9f1e6 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 12 Dec 2025 02:31:35 +0000 Subject: [PATCH] Update h2 to 1.4.200 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f65c293..4049bef 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ libraryDependencies ++= Seq( "org.testcontainers" % "testcontainers-mysql" % "2.0.2" % "test", "com.mysql" % "mysql-connector-j" % "9.5.0" % "test", "org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test", - "com.h2database" % "h2" % "1.4.192" % "test", + "com.h2database" % "h2" % "1.4.200" % "test", "ch.qos.logback" % "logback-classic" % "1.5.22" % "test" )