From 80ccdd50bcd6024aa5321d66c869a852f397d51c Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 28 Sep 2024 00:28:05 +0000 Subject: [PATCH] Update h2 to 2.3.232 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 23e2fdc5..da1bddb0 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ val scala3Async = "com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.9.21" // allows cross compilation w/o changes in source code val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "4.3.2" -val h2 = "com.h2database" % "h2" % "2.2.224" +val h2 = "com.h2database" % "h2" % "2.3.232" val common = Seq(scalalogging)