Integration library providing Mockito 3.3 support for ScalaTest testing framework.
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>mockito-3-3_2.13</artifactId>
<version>3.1.4.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use MockitoSugar trait in ScalaTest specs
Use the artifact with the correct Scala version suffix (e.g., _2.12, _2.13, _3).
No dependency data recorded yet.