From 6eef8fa83925b34ec283b89814fc1c2cc5194958 Mon Sep 17 00:00:00 2001 From: "scalikejdbc-bot[bot]" <74833019+scalikejdbc-bot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:42:53 +0000 Subject: [PATCH] Update h2 to 2.3.230 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 359925f..5c854b9 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ lazy val root = (project in file(".")) scalaVersion := "2.13.14", crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3"), libraryDependencies ++= Seq( - "com.h2database" % "h2" % "2.2.224", + "com.h2database" % "h2" % "2.3.230", "org.scalikejdbc" %% "scalikejdbc" % "4.3.1", "ch.qos.logback" % "logback-classic" % "1.2.13" % "provided", "org.scalatest" %% "scalatest-funspec" % "3.2.19" % "test",