We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15074a commit 5c24ca6Copy full SHA for 5c24ca6
build.sbt
@@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
12
"org.testcontainers" % "mysql" % "1.20.3" % "test",
13
"com.mysql" % "mysql-connector-j" % "9.1.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.12" % "test"
17
)
18
0 commit comments