Skip to content

Commit 75ef772

Browse files
Update scalatest-funsuite to 3.2.20
1 parent 34fa1e3 commit 75ef772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ libraryDependencies ++= Seq(
1010
"com.typesafe.slick" %% "slick" % "3.6.1",
1111
"org.testcontainers" % "testcontainers-mysql" % "2.0.4" % "test",
1212
"com.mysql" % "mysql-connector-j" % "9.6.0" % "test",
13-
"org.scalatest" %% "scalatest-funsuite" % "3.2.19" % "test",
13+
"org.scalatest" %% "scalatest-funsuite" % "3.2.20" % "test",
1414
"com.h2database" % "h2" % "1.4.192" % "test",
1515
"ch.qos.logback" % "logback-classic" % "1.5.32" % "test"
1616
)

0 commit comments

Comments
 (0)