We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3a80b commit fc9baa9Copy full SHA for fc9baa9
build.sbt
@@ -11,7 +11,7 @@ lazy val commonSettings = Seq(
11
crossVersion := CrossVersion.binary,
12
libraryDependencies ++= Seq(
13
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
14
- "org.mockito" % "mockito-core" % "5.20.0" % Test,
+ "org.mockito" % "mockito-core" % "5.21.0" % Test,
15
"org.slf4j" % "slf4j-simple" % "2.0.17" % Test
16
),
17
fork := true,
0 commit comments