Skip to content

Commit

Permalink
Updated Testerra version
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Nov 20, 2023
1 parent 0d82249 commit 394855a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Include the following dependency in your project.
Gradle:
```groovy
dependencies {
implementation 'io.testerra:driver-ui-desktop:2.5'
implementation 'io.testerra:report-ng:2.5'
implementation 'io.testerra:driver-ui-desktop:2.6'
implementation 'io.testerra:report-ng:2.6'
}
```

Expand All @@ -56,12 +56,12 @@ Maven:
<dependency>
<groupId>io.testerra</groupId>
<artifactId>driver-ui-desktop</artifactId>
<version>2.5</version>
<version>2.6</version>
</dependency>
<dependency>
<groupId>io.testerra</groupId>
<artifactId>report-ng</artifactId>
<version>2.4</version>
<version>2.6</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 394855a

Please sign in to comment.