Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Update mockito-scala to 1.11.0 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and mwz committed Jan 22, 2020
1 parent f28047e commit f9d0d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -83,7 +83,7 @@ libraryDependencies ++= List(
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.0.1" % Test,
"org.scalacheck" %% "scalacheck" % "1.14.3" % Test,
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.3" % Test,
"org.mockito" %% "mockito-scala" % "1.10.6" % Test
"org.mockito" %% "mockito-scala" % "1.11.0" % Test
)

// Project resolvers
Expand Down

0 comments on commit f9d0d11

Please sign in to comment.