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 46bc090 commit 0af8d5aCopy full SHA for 0af8d5a
build.sbt
@@ -10,7 +10,7 @@ lazy val commonSettings = Seq(
10
crossVersion := CrossVersion.binary,
11
libraryDependencies ++= Seq(
12
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
13
- "org.mockito" % "mockito-core" % "5.19.0" % Test,
+ "org.mockito" % "mockito-core" % "5.20.0" % Test,
14
"org.slf4j" % "slf4j-simple" % "2.0.17" % Test
15
),
16
fork := true,
0 commit comments