Skip to content

Commit

Permalink
Update mockito-core to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 8, 2019
1 parent d30e717 commit 33a72e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libraryDependencies ++= Seq(
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.0.8",
"org.scalacheck" %% "scalacheck" % "1.14.0",
"org.mockito" % "mockito-core" % "2.28.2"
"org.mockito" % "mockito-core" % "3.0.0"
) map (_ % Test)

Release.settings

0 comments on commit 33a72e9

Please sign in to comment.