Skip to content

Commit e366292

Browse files
Update h2 to 1.4.200
1 parent fce06c1 commit e366292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ libraryDependencies ++= Seq(
1111
"org.testcontainers" % "testcontainers-mysql" % "2.0.1" % "test",
1212
"com.mysql" % "mysql-connector-j" % "9.5.0" % "test",
1313
"org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",
14-
"com.h2database" % "h2" % "1.4.192" % "test",
14+
"com.h2database" % "h2" % "1.4.200" % "test",
1515
"ch.qos.logback" % "logback-classic" % "1.5.21" % "test"
1616
)
1717

0 commit comments

Comments
 (0)