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 9cee17e commit 30981c7Copy full SHA for 30981c7
README.md
@@ -3,20 +3,20 @@ ScalaTest + Mockito provides integration support between ScalaTest and Mockito.
3
4
**Usage**
5
6
-To use it for ScalaTest 3.2.0 and Mockito 3.3.x:
+To use it for ScalaTest 3.2.0 and Mockito 3.4.x:
7
8
SBT:
9
10
```
11
-libraryDependencies += "org.scalatestplus" %% "mockito-3-3" % "3.2.0.0" % "test"
+libraryDependencies += "org.scalatestplus" %% "mockito-3-4" % "3.2.0.0" % "test"
12
13
14
Maven:
15
16
17
<dependency>
18
<groupId>org.scalatestplus</groupId>
19
- <artifactId>mockito-3-3</artifactId>
+ <artifactId>mockito-3-4</artifactId>
20
<version>3.2.0.0</version>
21
<scope>test</scope>
22
</dependency>
0 commit comments