diff --git a/build.sbt b/build.sbt index 8586f8b..34ab30d 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ lazy val root = (project in file(".")) libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % scalaTestVersion % Test, "org.scalatest" %% "scalatest-flatspec" % scalaTestVersion % Test, - "com.h2database" % "h2" % "2.4.240" % Test, + "com.h2database" % "h2" % "2.5.250" % Test, "org.postgresql" % "postgresql" % "42.7.11" % Test ), publishSettings