Skip to content

Commit

Permalink
Update scalamock to 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
foundweekends-bot[bot] authored and xuwei-k committed Jan 10, 2025
1 parent cd0c79e commit df4f809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Dependencies {
"org.scalatest" %% "scalatest-funsuite" % "3.2.19" % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % Test
)
val scalamock = "org.scalamock" %% "scalamock" % "6.0.0"
val scalamock = "org.scalamock" %% "scalamock" % "6.1.1"
val verify = "com.eed3si9n.verify" %% "verify" % "1.0.0"
val sbtIo = "org.scala-sbt" %% "io" % "1.10.4"
val scala212 = "2.12.20"
Expand Down

0 comments on commit df4f809

Please sign in to comment.