Skip to content

Commit

Permalink
mockito 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Mar 5, 2024
1 parent df8a624 commit 0ac58ba
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(
"com.google.code.findbugs" % "jsr305" % "3.0.2",
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % Test,
"org.mockito" % "mockito-core" % "4.10.0" % Test,
"org.mockito" % "mockito-core" % "4.11.0" % Test,
)

ScoverageKeys.coverageMinimumStmtTotal := 65.0
Expand Down

0 comments on commit 0ac58ba

Please sign in to comment.