From a162e14879f6378312cf80b7f587afa5732bcbe9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 17:15:46 +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 4fde702a..9a2c86e7 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ lazy val cross = crossProject(JVMPlatform, JSPlatform) "org.apache.spark" %% "spark-mllib" % sparkMlLibVersion, "com.typesafe.akka" %% "akka-testkit" % akkaVersion % "test", "com.typesafe.slick" %% "slick" % slickVersion, - "com.h2database" % "h2" % "2.2.220" % Test + "com.h2database" % "h2" % "2.2.224" % Test ), Compile / PB.targets := Seq(scalapb.gen() -> (Compile / sourceManaged).value), Compile / PB.protoSources := Seq(file("proto/src/main/protobuf")),