From bf9ece9c19c1390a8e16080e9ae994906465b3b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 12:25:32 +0000 Subject: [PATCH] Update dependency com.h2database:h2 to v2.3.230 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 003a59e..42b2b9f 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.230" ) scalacOptions += "-deprecation"