diff --git a/build.sbt b/build.sbt index 2d75072e..c2b63b5a 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.2.1" -val h2 = "com.h2database" % "h2" % "2.2.224" +val h2 = "com.h2database" % "h2" % "2.3.232" val common = Seq(scalalogging)