Skip to content

Commit

Permalink
Added usage section in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Aug 6, 2020
1 parent c864565 commit 8a1c3df
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# scalatestplus-easymock
ScalaTest + EasyMock provides integration support between ScalaTest and EasyMock.

**Usage**

To use it for ScalaTest 3.2.1 and EasyMock 3.2.x:

SBT:

```
libraryDependencies += "org.scalatestplus" %% "easymock-3-2" % "3.2.1.0" % "test"
```

Maven:

```
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>easymock-3-2</artifactId>
<version>3.2.1.0</version>
<scope>test</scope>
</dependency>
```

**Publishing**

Please use the following commands to publish to Sonatype:
Expand Down

0 comments on commit 8a1c3df

Please sign in to comment.