Skip to content

Commit

Permalink
Merge pull request #353 from scala-steward/update/mockito-core-5.9.0
Browse files Browse the repository at this point in the history
Update mockito-core to 5.9.0
  • Loading branch information
gaeljw authored Jan 15, 2024
2 parents f5f6b02 + e950658 commit e31ec1f
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.17",
"org.scalatestplus" %% "scalacheck-1-15" % "3.2.11.0",
"org.scalacheck" %% "scalacheck" % "1.17.0",
"org.mockito" % "mockito-core" % "5.8.0"
"org.mockito" % "mockito-core" % "5.9.0"
).map(_ % Test)

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

0 comments on commit e31ec1f

Please sign in to comment.