Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Reif authored May 20, 2024
1 parent 7805d1d commit 6be5c94
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 @@ -13,7 +13,7 @@ Self-healing library for Selenium Web-based tests
for Gradle projects:
```
dependencies {
compile group: 'com.epam.healenium', name: 'healenium-web', version: '3.5.1'
compile group: 'com.epam.healenium', name: 'healenium-web', version: '3.5.2'
}
```

Expand All @@ -22,7 +22,7 @@ for Maven projects:
<dependency>
<groupId>com.epam.healenium</groupId>
<artifactId>healenium-web</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</dependency>
```
### 1. Init driver instance of SelfHealingDriver
Expand Down

0 comments on commit 6be5c94

Please sign in to comment.