From 6272f0bddebd81194f73af589c576d5eeb63ad6b Mon Sep 17 00:00:00 2001 From: "slick-scala-steward[bot]" <243981+slick-scala-steward[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:12:48 +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 2a51505..4cb1f96 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import _root_.io.github.nafg.mergify.dsl.* libraryDependencies ++= List( "org.slf4j" % "slf4j-nop" % "2.0.16", - "com.h2database" % "h2" % "2.2.224", + "com.h2database" % "h2" % "2.3.232", "org.scalatest" %% "scalatest" % "3.2.19" % Test )