We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 135ce9f + 19297f8 commit edce119Copy full SHA for edce119
project/Dependencies.scala
@@ -5,7 +5,7 @@ object Dependencies {
5
val scalatestVersion = "3.1.1"
6
7
val commonLibraries = Seq(
8
- "org.mockito" % "mockito-core" % "3.2.4",
+ "org.mockito" % "mockito-core" % "3.3.3",
9
"org.scalactic" %% "scalactic" % scalatestVersion,
10
"ru.vyarus" % "generics-resolver" % "3.0.2",
11
)
0 commit comments