Skip to content

Commit

Permalink
chore(deps): update dependency org.mockito:mockito-core to v5.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and gaeljw committed Oct 1, 2024
1 parent fd2a56c commit c7442ea
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 @@ -37,7 +37,7 @@ lazy val testDependencies: Seq[ModuleID] = Seq(
"org.scalatest" %% "scalatest" % "3.2.19",
"org.scalatestplus" %% "scalacheck-1-15" % "3.2.11.0",
"org.scalacheck" %% "scalacheck" % "1.18.1",
"org.mockito" % "mockito-core" % "5.14.0"
"org.mockito" % "mockito-core" % "5.14.1"
).map(_ % Test)

def scalaCollectionsCompat(scalaVersion: String): immutable.Seq[ModuleID] = {
Expand Down

0 comments on commit c7442ea

Please sign in to comment.