Skip to content

Commit

Permalink
Update mockito-core to 5.6.0 (#284)
Browse files Browse the repository at this point in the history
Co-authored-by: Roland Tritsch <roland@tritsch.email>
  • Loading branch information
scala-steward and rolandtritsch authored Nov 5, 2023
1 parent e4ca58c commit 7641514
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.4.0" % Test,
"org.mockito" % "mockito-core" % "5.6.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test
),
scriptedLaunchOpts ++= Seq(
Expand Down

0 comments on commit 7641514

Please sign in to comment.