Skip to content

Commit

Permalink
Updated Testerra version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Nov 8, 2024
1 parent c64dace commit e7ac741
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 @@ -43,8 +43,8 @@ Include the following dependency in your project.
Gradle:
```groovy
dependencies {
implementation 'io.testerra:driver-ui-desktop:2.9'
implementation 'io.testerra:report-ng:2.9'
implementation 'io.testerra:driver-ui-desktop:2.10'
implementation 'io.testerra:report-ng:2.10'
}
```

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

0 comments on commit e7ac741

Please sign in to comment.