From c7a13df6dd99a4d23ff5ef61344cdfa3b085766e Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Thu, 23 Dec 2021 00:24:44 +0000 Subject: [PATCH] Update h2 to 2.0.204 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6ea2ea3..cfb147d 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ libraryDependencies ++= Seq( guice, "com.typesafe.play" %% "play-slick" % "5.0.0", "com.typesafe.play" %% "play-slick-evolutions" % "5.0.0", - "com.h2database" % "h2" % "1.4.200", + "com.h2database" % "h2" % "2.0.204", "org.postgresql" % "postgresql" % "42.2.23", "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test, "org.mockito" %% "mockito-scala" % "1.16.37",