Skip to content

Commit

Permalink
Update mockito-core to 4.2.0 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 18, 2021
1 parent 7fc36a4 commit c692b78
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 @@ -19,7 +19,7 @@ libraryDependencies ++= Seq(
"org.scalatestplus" %% "scalacheck-1-15" % "3.2.10.0" % Test,
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.15.4" % Test,
"org.mockito" % "mockito-core" % "4.1.0" % Test
"org.mockito" % "mockito-core" % "4.2.0" % Test
)

releaseCrossBuild := true
Expand Down

0 comments on commit c692b78

Please sign in to comment.