We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b8c500 + c242017 commit ea6ce08Copy full SHA for ea6ce08
project/Dependencies.scala
@@ -20,7 +20,7 @@ object Dependencies {
20
"specs2-core",
21
).map("org.specs2" %% _ % specsVersion)
22
23
- val mockito = Seq("org.mockito" % "mockito-core" % "5.20.0")
+ val mockito = Seq("org.mockito" % "mockito-core" % "5.21.0")
24
25
val slf4jtest = Seq("uk.org.lidalia" % "slf4j-test" % "1.2.0")
26
0 commit comments