From 027395f2f5863239327320209e240a217a9e5734 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Aug 2024 22:43:21 +0000 Subject: [PATCH] Update h2 to 2.3.232 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ef3df3f1..fa16e4a7 100755 --- a/build.sbt +++ b/build.sbt @@ -227,7 +227,7 @@ lazy val jdbc = project name := "latis3-jdbc", libraryDependencies ++= Seq( "org.tpolecat" %% "doobie-core" % "1.0.0-RC5", - "com.h2database" % "h2" % "2.2.224" % Test + "com.h2database" % "h2" % "2.3.232" % Test ) )