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 b153990 commit f770f85Copy full SHA for f770f85
project/Dependencies.scala
@@ -6,7 +6,7 @@ object Dependencies {
6
val scalatestVersion = "3.2.12"
7
8
val commonLibraries = Seq(
9
- "org.mockito" % "mockito-core" % "4.5.1",
+ "org.mockito" % "mockito-core" % "4.6.1",
10
"org.scalactic" %% "scalactic" % scalatestVersion,
11
"ru.vyarus" % "generics-resolver" % "3.0.3"
12
)
0 commit comments