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 2775fb9 commit b3eb7b0Copy full SHA for b3eb7b0
project/Dependencies.scala
@@ -5,7 +5,7 @@ object Dependencies {
5
val scalatestVersion = "3.2.3"
6
7
val commonLibraries = Seq(
8
- "org.mockito" % "mockito-core" % "3.5.15",
+ "org.mockito" % "mockito-core" % "3.6.0",
9
"org.scalactic" %% "scalactic" % scalatestVersion,
10
"ru.vyarus" % "generics-resolver" % "3.0.3"
11
)
0 commit comments