From 0936e9c2ac602021f8b9b450b812fc708978c1e2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 27 Feb 2024 22:42:54 +0100 Subject: [PATCH] Update h2 to 2.2.224 (#303) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9a9f7bf2..75306326 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val scala211 = "2.11.12" lazy val scala213 = "2.13.11" lazy val scalatestVersion = "3.2.15" -lazy val h2 = "2.2.220" +lazy val h2 = "2.2.224" lazy val commonSettings = Seq(