From 1e3ab0358b5b19a022bf3388e58c4bd2f5068bb9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Apr 2022 18:32:08 +0200 Subject: [PATCH] Update h2 to 2.1.212 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9e52e5d..4e1a4ef 100644 --- a/build.sbt +++ b/build.sbt @@ -12,6 +12,6 @@ libraryDependencies += "io.github.nafg.slick-migration-api" %% "slick-migration- libraryDependencies += "org.flywaydb" % "flyway-core" % "8.5.7" -libraryDependencies += "com.h2database" % "h2" % "2.1.210" % "test" +libraryDependencies += "com.h2database" % "h2" % "2.1.212" % "test" libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.11" % "test"