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
scala-steward committed Jan 2, 2025
1 parent 9b12932 commit 1c20893
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 @@ -7,7 +7,7 @@ object Dependencies {
val circeVersion = "0.14.10"

val TestLib = libraryDependencies ++= Seq(
"org.scalamock" %% "scalamock" % "6.0.0" % Test,
"org.scalamock" %% "scalamock" % "6.1.1" % Test,
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"com.dimafeng" %% "testcontainers-scala" % "0.41.4" % Test,
"org.testcontainers" % "mysql" % "1.20.4" % Test,
Expand Down

0 comments on commit 1c20893

Please sign in to comment.