Skip to content

Commit

Permalink
Merge pull request #4 from CodelyTV/update/mockito-scala-1.16.55
Browse files Browse the repository at this point in the history
Update mockito-scala to 1.16.55
  • Loading branch information
cherrera20 authored Nov 28, 2024
2 parents b1af1f6 + 4e28d1e commit 488ceac
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 @@ -13,7 +13,7 @@ object Dependencies {
)
private val test = Seq(
"org.scalatest" %% "scalatest" % "3.2.19",
"org.mockito" %% "mockito-scala" % "1.16.42"
"org.mockito" %% "mockito-scala" % "1.16.55"
).map(_ % Test)

val all: Seq[ModuleID] = prod ++ test
Expand Down

0 comments on commit 488ceac

Please sign in to comment.