Skip to content

Commit 1de4227

Browse files
Update h2 to 1.4.200
1 parent 270c50e commit 1de4227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
1212
"org.testcontainers" % "mysql" % "1.20.5" % "test",
1313
"com.mysql" % "mysql-connector-j" % "9.2.0" % "test",
1414
"org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",
15-
"com.h2database" % "h2" % "1.4.192" % "test",
15+
"com.h2database" % "h2" % "1.4.200" % "test",
1616
"ch.qos.logback" % "logback-classic" % "1.5.17" % "test"
1717
)
1818

0 commit comments

Comments
 (0)