Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
reportportal.io committed Feb 8, 2024
1 parent fb8b0d5 commit a0f7d1a
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 @@ -7,7 +7,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.0. Please use `Maven Central` link above to get the agent.
The latest version: 5.2.1. Please use `Maven Central` link above to get the agent.

## Overview

Expand All @@ -34,7 +34,7 @@ You need to add the logger as one of your dependencies in Maven or Gradle.
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>logger-java-selenide</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
</dependency>
</dependencies>

Expand All @@ -48,7 +48,7 @@ You need to add the logger as one of your dependencies in Maven or Gradle.

```groovy
dependencies {
testCompile 'com.epam.reportportal:logger-java-selenide:5.2.0'
testCompile 'com.epam.reportportal:logger-java-selenide:5.2.1'
}
```

Expand Down

0 comments on commit a0f7d1a

Please sign in to comment.