Skip to content

Commit

Permalink
Update mockito-scala-scalatest to 1.13.9 (#264)
Browse files Browse the repository at this point in the history
Co-authored-by: Barry O'Neill <[email protected]>
Co-authored-by: semenodm <[email protected]>
  • Loading branch information
3 people authored Apr 16, 2020
1 parent f8ec3d3 commit 60721f9
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 @@ -30,7 +30,7 @@ lazy val `fs2-aws-core` = (project in file("fs2-aws-core"))
"co.fs2" %% "fs2-core" % "2.3.0",
"co.fs2" %% "fs2-io" % "2.3.0",
"org.mockito" % "mockito-core" % "3.3.3" % Test,
"org.mockito" %% "mockito-scala-scalatest" % "1.13.7" % Test,
"org.mockito" %% "mockito-scala-scalatest" % "1.13.9" % Test,
"org.scalatest" %% "scalatest" % "3.1.1" % Test
),
coverageMinimum := 40,
Expand Down

0 comments on commit 60721f9

Please sign in to comment.