From 40c7234ff549c20c8d5125a9cef13b6316bd5327 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 19 Sep 2023 00:21:51 +0000 Subject: [PATCH] Update h2 to 2.2.224 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 10e1a123..1f943b22 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ val springWeb = "org.springframework" % "spring-web" % springVersion val scalaAsync = "org.scala-lang.modules" %% "scala-async" % "1.0.1" val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "3.5.0" -val h2 = "com.h2database" % "h2" % "2.2.222" +val h2 = "com.h2database" % "h2" % "2.2.224" val common = Seq(scalalogging)