Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Update mockito-scala to 1.16.32 (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: Scala Steward <43047562+scala-steward@users.noreply.github.com>
  • Loading branch information
moia-pipeline and scala-steward authored Mar 23, 2021
1 parent 409e988 commit 84d228a
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 @@ -50,7 +50,7 @@ lazy val awsDependencies = Seq(

lazy val testDependencies = Seq(
"org.scalatest" %% "scalatest" % "3.2.6" % Test,
"org.mockito" %% "mockito-scala" % "1.16.29" % Test,
"org.mockito" %% "mockito-scala" % "1.16.32" % Test,
"org.mock-server" % "mockserver-netty" % "5.11.2" % Test
)

Expand Down

0 comments on commit 84d228a

Please sign in to comment.