From 26a4a677214be4a6b0e7375ff64e7643d3a8dee3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 7 Jul 2022 00:58:28 +0000 Subject: [PATCH] Update h2 to 2.1.214 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 934e844..507d14e 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ libraryDependencies ++= Seq( "com.typesafe.play" %% "play-test" % playVersion % Test, "com.typesafe.play" %% "play-slick" % slickVersion % Test, "com.typesafe.play" %% "play-slick-evolutions" % slickVersion % Test, - "com.h2database" % "h2" % "2.1.212" % Test, + "com.h2database" % "h2" % "2.1.214" % Test, "com.typesafe.play" %% "play-cache" % playVersion % Test // cache plugin add extra bindings which have some specialties and will be tested automatically )