Skip to content

Commit

Permalink
Update mockito-core to 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 14, 2024
1 parent 86b766e commit 07e4acf
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.7.0" % Test,
"org.mockito" % "mockito-core" % "5.9.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test
),
scriptedLaunchOpts ++= Seq(
Expand Down

0 comments on commit 07e4acf

Please sign in to comment.