Skip to content

Commit

Permalink
Update h2 to 2.0.202
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-singh committed Dec 15, 2021
1 parent b1bc306 commit 00e66af
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 @@ -13,7 +13,7 @@ libraryDependencies ++= Seq(
guice,
"com.typesafe.play" %% "play-slick" % "5.0.0",
"com.typesafe.play" %% "play-slick-evolutions" % "5.0.0",
"com.h2database" % "h2" % "1.4.200",
"com.h2database" % "h2" % "2.0.202",
"org.postgresql" % "postgresql" % "42.2.23",
"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test,
"org.mockito" %% "mockito-scala" % "1.16.37",
Expand Down

0 comments on commit 00e66af

Please sign in to comment.