Skip to content

Commit

Permalink
Merge pull request leanovate#65 from scala-steward/update/mockito-cor…
Browse files Browse the repository at this point in the history
…e-3.0.0

Update mockito-core to 3.0.0
  • Loading branch information
yanns authored Aug 2, 2019
2 parents df4d2b1 + 21b6512 commit ca29b09
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 ca29b09

Please sign in to comment.