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 7be1819 commit 4819189Copy full SHA for 4819189
build.sbt
@@ -18,7 +18,7 @@ libraryDependencies ++= Seq(
18
"com.dimafeng" %% "testcontainers-scala" % "0.41.2" % "test",
19
"org.testcontainers" % "mysql" % "1.19.5" % "test",
20
"com.mysql" % "mysql-connector-j" % "8.3.0" % "test",
21
- "org.scalatest" %% "scalatest-funsuite" % "3.2.17" % "test",
+ "org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test",
22
"com.h2database" % "h2" % "1.4.192" % "test",
23
"ch.qos.logback" % "logback-classic" % "1.4.14" % "test"
24
)
0 commit comments