diff --git a/build.sbt b/build.sbt index 10e1a123..1f943b22 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ val springWeb = "org.springframework" % "spring-web" % springVersion val scalaAsync = "org.scala-lang.modules" %% "scala-async" % "1.0.1" val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "3.5.0" -val h2 = "com.h2database" % "h2" % "2.2.222" +val h2 = "com.h2database" % "h2" % "2.2.224" val common = Seq(scalalogging)