Skip to content

Commit

Permalink
Updated README.md to use version 3.2.15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Dec 19, 2022
1 parent 1916d6c commit 23a6712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

**Usage**

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:

SBT:

```
libraryDependencies += "org.scalatestplus" %% "easymock-4-3" % "3.2.14.0" % "test"
libraryDependencies += "org.scalatestplus" %% "easymock-4-3" % "3.2.15.0" % "test"
```

Maven:
Expand All @@ -17,7 +17,7 @@ Maven:
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>easymock-4-3_2.13</artifactId>
<version>3.2.14.0</version>
<version>3.2.15.0</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit 23a6712

Please sign in to comment.