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 d55fbd1 commit dbfdcb6Copy full SHA for dbfdcb6
project/Dependencies.scala
@@ -132,7 +132,7 @@ object Dependencies {
132
val scalatestScalaCheck =
133
"org.scalatestplus" %% s"scalacheck-$scalaTestScalaCheckVersion" % (scalaTestVersion + ".0") % Test
134
// https://github.com/scalatest/scalatest/issues/2311
135
- val scalatestMockito = "org.scalatestplus" %% "mockito-4-11" % "3.2.17.0" % Test
+ val scalatestMockito = "org.scalatestplus" %% "mockito-4-11" % "3.2.18.0" % Test
136
137
val pojosr = "com.googlecode.pojosr" % "de.kalpatec.pojosr.framework" % "0.2.1" % Test
138
val tinybundles = "org.ops4j.pax.tinybundles" % "tinybundles" % "3.0.0" % Test
0 commit comments