We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1be6a3f + 40c7234 commit 3d8e56cCopy full SHA for 3d8e56c
build.sbt
@@ -57,7 +57,7 @@ val springWeb = "org.springframework" % "spring-web" % springVersion
57
val scalaAsync = "org.scala-lang.modules" %% "scala-async" % "1.0.1"
58
59
val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "3.5.0"
60
-val h2 = "com.h2database" % "h2" % "2.2.222"
+val h2 = "com.h2database" % "h2" % "2.2.224"
61
62
val common = Seq(scalalogging)
63
0 commit comments