Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit f4c681f

Browse files
Update mockito-core to 3.10.0 (#181)
1 parent c67059d commit f4c681f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ libraryDependencies ++= List(
4848
"org.sonarsource.scanner.api" % "sonar-scanner-api" % "2.16.1.361" % Compile,
4949
"org.scalatest" %% "scalatest" % "3.2.8" % Test,
5050
"org.scalatestplus" %% "mockito-1-10" % "3.1.0.0" % Test,
51-
"org.mockito" % "mockito-core" % "3.9.0" % Test
51+
"org.mockito" % "mockito-core" % "3.10.0" % Test
5252
)
5353
scalafmtOnCompile in ThisBuild :=
5454
sys.env

0 commit comments

Comments
 (0)