Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon Sheikh authored Oct 21, 2017
1 parent 8a15875 commit 48087dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Add the following to your list of dependencies in `pom.xml`
<dependency>
<groupId>com.sitture</groupId>
<artifactId>cucumber-jvm-extentsreport</artifactId>
<version>3.0.0</version>
<version>3.0.7</version>
</dependency>
```

Add the following if you're using gradle to your `build.gradle` file.

```
compile 'com.sitture:cucumber-jvm-extentreport:3.0.0'
compile 'com.sitture:cucumber-jvm-extentreport:3.0.7'
```

## Setup - Cucumber Runner
Expand Down

0 comments on commit 48087dd

Please sign in to comment.