We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3672a4c commit bb34012Copy full SHA for bb34012
build.sbt
@@ -65,7 +65,7 @@ lazy val root = Project("sbt-coveralls", file("."))
65
"io.circe" %% "circe-core" % "0.14.5",
66
"io.circe" %% "circe-generic" % "0.14.5",
67
"io.circe" %% "circe-parser" % "0.14.5",
68
- "org.mockito" % "mockito-core" % "5.2.0" % Test,
+ "org.mockito" % "mockito-core" % "5.3.1" % Test,
69
"org.scalatest" %% "scalatest" % "3.2.15" % Test
70
),
71
scriptedLaunchOpts ++= Seq(
0 commit comments