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.
1 parent bc0779d commit d4c6aacCopy full SHA for d4c6aac
project/Dependencies.scala
@@ -6,7 +6,7 @@ object Dependencies {
6
val scalatestVersion = "3.2.19"
7
8
val commonLibraries = Seq(
9
- "org.mockito" % "mockito-core" % "5.19.0",
+ "org.mockito" % "mockito-core" % "5.20.0",
10
"org.scalactic" %% "scalactic" % scalatestVersion,
11
"ru.vyarus" % "generics-resolver" % "3.0.3"
12
)
0 commit comments