diff --git a/build.sbt b/build.sbt index fd50bfb..7884262 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import _root_.io.github.nafg.mergify.dsl.* libraryDependencies ++= List( "org.slf4j" % "slf4j-nop" % "2.0.17", - "com.h2database" % "h2" % "2.3.232", + "com.h2database" % "h2" % "2.4.240", "org.scalatest" %% "scalatest" % "3.2.19" % Test )