From acc8936a87ecc96ce459fb66ad8424230a43eb6a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Jan 2022 22:09:38 +0100 Subject: [PATCH] Update h2 to 2.0.206 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f43b714..75e18d3 100644 --- a/build.sbt +++ b/build.sbt @@ -73,7 +73,7 @@ lazy val commonSettings = Seq( "org.tpolecat" %% "doobie-core" % doobieV, "io.chrisdavenport" %% "keypool" % "0.1.0", - "com.h2database" % "h2" % "1.4.200" % Test, + "com.h2database" % "h2" % "2.0.206" % Test, "org.specs2" %% "specs2-core" % specs2V % Test, "org.specs2" %% "specs2-scalacheck" % specs2V % Test )