Skip to content

Commit 19297f8

Browse files
committed
Update mockito-core to 3.3.3
1 parent 135ce9f commit 19297f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Dependencies {
55
val scalatestVersion = "3.1.1"
66

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

0 commit comments

Comments
 (0)