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 1916d6c commit 23a6712Copy full SHA for 23a6712
README.md
@@ -3,12 +3,12 @@
3
4
**Usage**
5
6
-To use it for ScalaTest 3.2.14 and EasyMock 4.3.x:
+To use it for ScalaTest 3.2.15 and EasyMock 4.3.x:
7
8
SBT:
9
10
```
11
-libraryDependencies += "org.scalatestplus" %% "easymock-4-3" % "3.2.14.0" % "test"
+libraryDependencies += "org.scalatestplus" %% "easymock-4-3" % "3.2.15.0" % "test"
12
13
14
Maven:
@@ -17,7 +17,7 @@ Maven:
17
<dependency>
18
<groupId>org.scalatestplus</groupId>
19
<artifactId>easymock-4-3_2.13</artifactId>
20
- <version>3.2.14.0</version>
+ <version>3.2.15.0</version>
21
<scope>test</scope>
22
</dependency>
23
0 commit comments