Skip to content

Commit

Permalink
Update h2 to 1.4.200
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Mar 5, 2024
1 parent f97ed2f commit 83a4894
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 @@ -19,7 +19,7 @@ libraryDependencies ++= Seq(
"org.testcontainers" % "mysql" % "1.19.7" % "test",
"com.mysql" % "mysql-connector-j" % "8.3.0" % "test",
"org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test",
"com.h2database" % "h2" % "1.4.192" % "test",
"com.h2database" % "h2" % "1.4.200" % "test",
"ch.qos.logback" % "logback-classic" % "1.5.3" % "test"
)

Expand Down

0 comments on commit 83a4894

Please sign in to comment.