Skip to content

Commit 3d8e56c

Browse files
authored
Merge pull request #881 from softwaremill/update/h2-2.2.224
Update h2 to 2.2.224
2 parents 1be6a3f + 40c7234 commit 3d8e56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ val springWeb = "org.springframework" % "spring-web" % springVersion
5757
val scalaAsync = "org.scala-lang.modules" %% "scala-async" % "1.0.1"
5858

5959
val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "3.5.0"
60-
val h2 = "com.h2database" % "h2" % "2.2.222"
60+
val h2 = "com.h2database" % "h2" % "2.2.224"
6161

6262
val common = Seq(scalalogging)
6363

0 commit comments

Comments
 (0)