From 3cdcfbf5fdbad9d0280999350d20f26b65bc79f6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 4 Jan 2022 22:35:36 +0100 Subject: [PATCH] Update h2 to 2.0.206 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 18a44eb..83c5db2 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.3.0" -libraryDependencies += "com.h2database" % "h2" % "2.0.204" % "test" +libraryDependencies += "com.h2database" % "h2" % "2.0.206" % "test" libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.10" % "test"