From e70acc610bbac018afa6f1c7dfc864740ef5e2e0 Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Thu, 16 Dec 2021 00:30:18 +0000 Subject: [PATCH] Update h2 to 2.0.202 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6ea2ea3..4515a64 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.202", "org.postgresql" % "postgresql" % "42.2.23", "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test, "org.mockito" %% "mockito-scala" % "1.16.37",