Skip to content

Commit

Permalink
Update dependency com.h2database:h2 to v1.4.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 1, 2022
1 parent cff4cb7 commit 71aaafc
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 @@ -94,7 +94,7 @@ libraryDependencies ++= Seq(
// Swagger
"io.swagger" % "swagger-annotations" % "1.6.7", // do not upgrade beyond 1.x because of sbt-swagger-play compatibility

"com.h2database" % "h2" % "1.4.199",
"com.h2database" % "h2" % "1.4.200",
"commons-io" % "commons-io" % "2.11.0",
"com.outr" %% "lucene4s" % "1.11.1",
"net.ruippeixotog" %% "scala-scraper" % "3.0.0" % Test,
Expand Down

0 comments on commit 71aaafc

Please sign in to comment.