Skip to content

Commit

Permalink
Updated version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Aug 17, 2023
1 parent 5fc8e9e commit 214573e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Include the following dependency in your project.
Gradle:
```groovy
dependencies {
implementation 'io.testerra:driver-ui-desktop:2.3'
implementation 'io.testerra:report-ng:2.3'
implementation 'io.testerra:driver-ui-desktop:2.4'
implementation 'io.testerra:report-ng:2.4'
}
```

Expand All @@ -53,17 +53,17 @@ Maven:
<dependency>
<groupId>io.testerra</groupId>
<artifactId>driver-ui-desktop</artifactId>
<version>2.3</version>
<version>2.4</version>
</dependency>
<dependency>
<groupId>io.testerra</groupId>
<artifactId>report-ng</artifactId>
<version>2.3</version>
<version>2.4</version>
</dependency>
</dependencies>
```

Testerra requires **JDK11** or later.
Testerra requires **JDK11** or later and uses **Selenium 4**.

### Using Testerra functionality

Expand Down

0 comments on commit 214573e

Please sign in to comment.