We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97ed2f commit 83a4894Copy full SHA for 83a4894
build.sbt
@@ -19,7 +19,7 @@ libraryDependencies ++= Seq(
19
"org.testcontainers" % "mysql" % "1.19.7" % "test",
20
"com.mysql" % "mysql-connector-j" % "8.3.0" % "test",
21
"org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test",
22
- "com.h2database" % "h2" % "1.4.192" % "test",
+ "com.h2database" % "h2" % "1.4.200" % "test",
23
"ch.qos.logback" % "logback-classic" % "1.5.3" % "test"
24
)
25
0 commit comments