We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f3290 commit bc369aaCopy full SHA for bc369aa
build.sbt
@@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
12
"org.testcontainers" % "mysql" % "1.20.6" % "test",
13
"com.mysql" % "mysql-connector-j" % "9.2.0" % "test",
14
"org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",
15
- "com.h2database" % "h2" % "1.4.192" % "test",
+ "com.h2database" % "h2" % "1.4.200" % "test",
16
"ch.qos.logback" % "logback-classic" % "1.5.18" % "test"
17
)
18
0 commit comments