Skip to content

Commit

Permalink
Updated README to version 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed May 9, 2023
1 parent 19963f6 commit 6082ff8
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.2'
implementation 'io.testerra:report-ng:2.2'
implementation 'io.testerra:driver-ui-desktop:2.3'
implementation 'io.testerra:report-ng:2.3'
}
```

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

0 comments on commit 6082ff8

Please sign in to comment.