Skip to content

Commit

Permalink
Merge pull request #198 from scala-steward/update/mockito-core-4.7.0
Browse files Browse the repository at this point in the history
Update mockito-core to 4.7.0
  • Loading branch information
ckipp01 authored Aug 15, 2022
2 parents 0f979c3 + 0d27a83 commit 8c64665
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 @@ -44,7 +44,7 @@ lazy val root = Project("sbt-coveralls", file("."))
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.3",
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.1.202206130422-r",
"org.scalaj" %% "scalaj-http" % "2.4.2",
"org.mockito" % "mockito-core" % "4.6.1" % Test,
"org.mockito" % "mockito-core" % "4.7.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.10" % Test
)
)

0 comments on commit 8c64665

Please sign in to comment.