From 271a3f128350053ebdf784402986001ed4c9503d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 05:48:35 +0000 Subject: [PATCH] Update dependency com.h2database:h2 to v1.4.200 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7b02e4b..1b09b77 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ lazy val sharedSettings = Seq( libraryDependencies ++= List( "com.typesafe.slick" %% "slick" % "3.1.1", "org.slf4j" % "slf4j-nop" % "1.7.10", - "com.h2database" % "h2" % "1.4.187" + "com.h2database" % "h2" % "1.4.200" ) )