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 e1a20ed commit 86b766eCopy full SHA for 86b766e
build.sbt
@@ -65,7 +65,7 @@ lazy val root = Project("sbt-coveralls", file("."))
65
"io.circe" %% "circe-core" % "0.14.6",
66
"io.circe" %% "circe-generic" % "0.14.6",
67
"io.circe" %% "circe-parser" % "0.14.6",
68
- "org.mockito" % "mockito-core" % "5.6.0" % Test,
+ "org.mockito" % "mockito-core" % "5.7.0" % Test,
69
"org.scalatest" %% "scalatest" % "3.2.17" % Test
70
),
71
scriptedLaunchOpts ++= Seq(
0 commit comments