From 22e44a22f86bc68fbb819984ea0a4abedb394b12 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 24 Aug 2021 16:53:05 +0200 Subject: [PATCH] Update mockito-core to 3.12.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 934bddf..b1e5e0c 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ libraryDependencies ++= List( "org.sonarsource.scanner.api" % "sonar-scanner-api" % "2.16.1.361" % Compile, "org.scalatest" %% "scalatest" % "3.2.9" % Test, "org.scalatestplus" %% "mockito-1-10" % "3.1.0.0" % Test, - "org.mockito" % "mockito-core" % "3.10.0" % Test + "org.mockito" % "mockito-core" % "3.12.2" % Test ) scalafmtOnCompile in ThisBuild := sys.env