We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cd297 commit 1f33d89Copy full SHA for 1f33d89
build.sbt
@@ -19,7 +19,7 @@ libraryDependencies ++= Seq(
19
"org.testcontainers" % "mysql" % "1.19.6" % "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.2" % "test"
24
)
25
0 commit comments