Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
reportportal.io committed Apr 4, 2024
1 parent 60de724 commit af1b8bc
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 @@ -11,7 +11,7 @@
[![stackoverflow](https://img.shields.io/badge/reportportal-stackoverflow-orange.svg?style=flat)](http://stackoverflow.com/questions/tagged/reportportal)
[![Build with Love](https://img.shields.io/badge/build%20with-❤%EF%B8%8F%E2%80%8D-lightgrey.svg)](http://reportportal.io?style=flat)

The latest version: 5.2.2. Please use `Maven Central` link above to get the client.
The latest version: 5.2.3. Please use `Maven Central` link above to get the client.

## Video Tutorial for integration of SPOCK on Groovy
[![Spock on Groovy](https://img.youtube.com/vi/Rkm8dpTZur8/0.jpg)](https://www.youtube.com/watch?v=Rkm8dpTZur8)
Expand Down Expand Up @@ -72,7 +72,7 @@ repositories {

*ReportPortal agent implementation for Spock framework*
```gradle
testCompile 'com.epam.reportportal:agent-java-spock:5.2.2'
testCompile 'com.epam.reportportal:agent-java-spock:5.2.3'
```

*Selenium support*
Expand Down Expand Up @@ -181,7 +181,7 @@ repositories {
}
dependencies {
testCompile 'com.epam.reportportal:agent-java-spock:5.2.2'
testCompile 'com.epam.reportportal:agent-java-spock:5.2.3'
testCompile 'com.epam.reportportal:logger-java-logback:5.2.2'
testCompile "org.seleniumhq.selenium:selenium-support:$seleniumVersion"
Expand Down

0 comments on commit af1b8bc

Please sign in to comment.