Skip to content

Commit b3eb7b0

Browse files
Update mockito-core to 3.6.0 (#313)
1 parent 2775fb9 commit b3eb7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Dependencies {
55
val scalatestVersion = "3.2.3"
66

77
val commonLibraries = Seq(
8-
"org.mockito" % "mockito-core" % "3.5.15",
8+
"org.mockito" % "mockito-core" % "3.6.0",
99
"org.scalactic" %% "scalactic" % scalatestVersion,
1010
"ru.vyarus" % "generics-resolver" % "3.0.3"
1111
)

0 commit comments

Comments
 (0)