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 3f7dbfa + 7263c0b commit 4e3a534Copy full SHA for 4e3a534
project/Dependencies.scala
@@ -6,7 +6,7 @@ object Dependencies {
6
val scalatestVersion = "3.2.11"
7
8
val commonLibraries = Seq(
9
- "org.mockito" % "mockito-core" % "4.3.1",
+ "org.mockito" % "mockito-core" % "4.5.1",
10
"org.scalactic" %% "scalactic" % scalatestVersion,
11
"ru.vyarus" % "generics-resolver" % "3.0.3"
12
)
0 commit comments