Skip to content

Commit

Permalink
Update Testerra version
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Nov 15, 2023
1 parent a013d25 commit 0f8b1ed
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 @@ -42,8 +42,8 @@ Include the following dependency in your project.
Gradle:
```groovy
dependencies {
implementation 'io.testerra:driver-ui-desktop:2.4'
implementation 'io.testerra:report-ng:2.4'
implementation 'io.testerra:driver-ui-desktop:2.5'
implementation 'io.testerra:report-ng:2.5'
}
```

Expand All @@ -53,7 +53,7 @@ Maven:
<dependency>
<groupId>io.testerra</groupId>
<artifactId>driver-ui-desktop</artifactId>
<version>2.4</version>
<version>2.5</version>
</dependency>
<dependency>
<groupId>io.testerra</groupId>
Expand Down

0 comments on commit 0f8b1ed

Please sign in to comment.