Skip to content

Commit

Permalink
Updated Testerra version
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Jan 19, 2024
1 parent 5506b56 commit ecba64f
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.6'
implementation 'io.testerra:report-ng:2.6'
implementation 'io.testerra:driver-ui-desktop:2.7'
implementation 'io.testerra:report-ng:2.7'
}
```

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

0 comments on commit ecba64f

Please sign in to comment.