Skip to content

Commit

Permalink
Update mockito-core to 5.7.0 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 7, 2023
1 parent e1a20ed commit 86b766e
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 @@ -65,7 +65,7 @@ lazy val root = Project("sbt-coveralls", file("."))
"io.circe" %% "circe-core" % "0.14.6",
"io.circe" %% "circe-generic" % "0.14.6",
"io.circe" %% "circe-parser" % "0.14.6",
"org.mockito" % "mockito-core" % "5.6.0" % Test,
"org.mockito" % "mockito-core" % "5.7.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test
),
scriptedLaunchOpts ++= Seq(
Expand Down

0 comments on commit 86b766e

Please sign in to comment.