Skip to content

Commit

Permalink
chore(deps): update dependency org.mockito:mockito-core to v5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and gaeljw committed Sep 2, 2024
1 parent 2e49ee7 commit 3a4dd47
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.0",
"org.mockito" % "mockito-core" % "5.12.0"
"org.mockito" % "mockito-core" % "5.13.0"
).map(_ % Test)

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

0 comments on commit 3a4dd47

Please sign in to comment.