Skip to content

Commit

Permalink
Update scalatest-flatspec, ... to 3.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
foundweekends-bot[bot] authored and xuwei-k committed Sep 7, 2023
1 parent 33373c6 commit 39c7e6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ object Dependencies {
val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.17.0"
val scalatest = Seq(
"org.scalatest" %% "scalatest-flatspec" % "3.2.16" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.16" % Test,
"org.scalatest" %% "scalatest-funsuite" % "3.2.16" % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.16" % Test
"org.scalatest" %% "scalatest-flatspec" % "3.2.17" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.17" % Test,
"org.scalatest" %% "scalatest-funsuite" % "3.2.17" % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.17" % Test
)
val scalamock = "org.scalamock" %% "scalamock" % "5.2.0"
val verify = "com.eed3si9n.verify" %% "verify" % "1.0.0"
Expand Down

0 comments on commit 39c7e6e

Please sign in to comment.