Skip to content

Commit c0d74de

Browse files
Merge pull request #215 from xuwei-k/update-mockito-core-3.0.0
Update mockito-core to 3.0.0
2 parents 571e85e + cbc5390 commit c0d74de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

liftjson/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ scalacOptions += "-Xfatal-warnings"
77

88
libraryDependencies ++= Seq(
99
"net.liftweb" %% "lift-json" % "3.3.0",
10-
"org.mockito" % "mockito-core" % "2.28.2" % "test"
10+
"org.mockito" % "mockito-core" % "3.0.0" % "test"
1111
)

0 commit comments

Comments
 (0)