Skip to content

Commit

Permalink
Update mockito-4-11 to 3.2.18.0 (#1154)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] authored Feb 27, 2024
1 parent d55fbd1 commit dbfdcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ object Dependencies {
val scalatestScalaCheck =
"org.scalatestplus" %% s"scalacheck-$scalaTestScalaCheckVersion" % (scalaTestVersion + ".0") % Test
// https://github.com/scalatest/scalatest/issues/2311
val scalatestMockito = "org.scalatestplus" %% "mockito-4-11" % "3.2.17.0" % Test
val scalatestMockito = "org.scalatestplus" %% "mockito-4-11" % "3.2.18.0" % Test

val pojosr = "com.googlecode.pojosr" % "de.kalpatec.pojosr.framework" % "0.2.1" % Test
val tinybundles = "org.ops4j.pax.tinybundles" % "tinybundles" % "3.0.0" % Test
Expand Down

0 comments on commit dbfdcb6

Please sign in to comment.