Skip to content

Commit

Permalink
Update scalatest-funsuite to 3.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Sep 7, 2023
1 parent 2c59d31 commit 3de6c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ libraryDependencies ++= Seq(
"com.dimafeng" %% "testcontainers-scala" % "0.41.0" % "test",
"org.testcontainers" % "mysql" % "1.19.0" % "test",
"com.mysql" % "mysql-connector-j" % "8.1.0" % "test",
"org.scalatest" %% "scalatest-funsuite" % "3.2.16" % "test",
"org.scalatest" %% "scalatest-funsuite" % "3.2.17" % "test",
"com.h2database" % "h2" % "1.4.192" % "test",
"ch.qos.logback" % "logback-classic" % "1.4.11" % "test"
)
Expand Down

0 comments on commit 3de6c7a

Please sign in to comment.