From dd09540c4205aedd87f35730ca0dd04b0b4de61c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 16:22:44 +0000 Subject: [PATCH] Update dependency com.h2database:h2 to v2.2.220 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 144386a..99f5483 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ mergifyExtraConditions := Seq( ) libraryDependencies ++= List( "org.slf4j" % "slf4j-nop" % "2.0.7", - "com.h2database" % "h2" % "2.1.214" + "com.h2database" % "h2" % "2.2.220" ) scalacOptions += "-deprecation"