Skip to content

Commit

Permalink
Update h2 to 2.1.214
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and mkurz committed Jul 10, 2022
1 parent 637743a commit e67538e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ lazy val `anorm-core` = project
"joda-time" % "joda-time" % "2.10.14",
"org.joda" % "joda-convert" % "2.2.2",
"org.scala-lang.modules" %% "scala-parser-combinators" % parserCombinatorsVer.value,
"com.h2database" % "h2" % "2.1.212" % Test,
"com.h2database" % "h2" % "2.1.214" % Test,
acolyte,
"com.chuusai" %% "shapeless" % "2.3.9" % Test
) ++ specs2Test
Expand Down

0 comments on commit e67538e

Please sign in to comment.