From 1c923fe1c16a1167a50e42c7943a5a9a41b54ad4 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:14:01 +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 003a59e..e837ec8 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ mergifyExtraConditions := Seq( ) libraryDependencies ++= List( "org.slf4j" % "slf4j-nop" % "2.0.16", - "com.h2database" % "h2" % "2.2.224" + "com.h2database" % "h2" % "2.3.232" ) scalacOptions += "-deprecation"