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 4af11ab commit ea9ddbbCopy full SHA for ea9ddbb
build.sbt
@@ -11,7 +11,7 @@ libraryDependencies ++= Seq(
11
"com.dimafeng" %% "testcontainers-scala" % "0.41.4" % "test",
12
"org.testcontainers" % "mysql" % "1.19.8" % "test",
13
"com.mysql" % "mysql-connector-j" % "8.4.0" % "test",
14
- "org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test",
+ "org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",
15
"com.h2database" % "h2" % "1.4.192" % "test",
16
"ch.qos.logback" % "logback-classic" % "1.5.6" % "test"
17
)
0 commit comments