We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34fa1e3 commit 75ef772Copy full SHA for 75ef772
1 file changed
build.sbt
@@ -10,7 +10,7 @@ libraryDependencies ++= Seq(
10
"com.typesafe.slick" %% "slick" % "3.6.1",
11
"org.testcontainers" % "testcontainers-mysql" % "2.0.4" % "test",
12
"com.mysql" % "mysql-connector-j" % "9.6.0" % "test",
13
- "org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",
+ "org.scalatest" %% "scalatest-funsuite" % "3.2.20" % "test",
14
"com.h2database" % "h2" % "1.4.192" % "test",
15
"ch.qos.logback" % "logback-classic" % "1.5.32" % "test"
16
)
0 commit comments