From 8b8358c1c6cfcdc80def7a573efbf38edb99a8a5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Dec 2021 17:05:30 +0100 Subject: [PATCH] Update h2 to 2.0.204 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9d57cef..696358a 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ libraryDependencies ++= Seq( "com.typesafe.slick" %% "slick" % "3.3.2", "com.chuusai" %% "shapeless" % "2.3.3", "org.scalatest" %% "scalatest" % "3.2.0-M4" % "test", - "com.h2database" % "h2" % "1.4.200" % "test", + "com.h2database" % "h2" % "2.0.204" % "test", "ch.qos.logback" % "logback-classic" % "1.2.9" % "test" )