From a4040d6198b24b90c2747d28300263f7291f38f2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 12 Apr 2021 08:18:06 +0000 Subject: [PATCH] Update mockito-scala to 1.16.37 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3c6fdbb..d429c16 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ lazy val awsDependencies = Seq( lazy val testDependencies = Seq( "org.scalatest" %% "scalatest" % "3.2.7" % Test, - "org.mockito" %% "mockito-scala" % "1.16.33" % Test, + "org.mockito" %% "mockito-scala" % "1.16.37" % Test, "org.mock-server" % "mockserver-netty" % "5.11.2" % Test )