We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19963f6 commit 6082ff8Copy full SHA for 6082ff8
README.md
@@ -42,8 +42,8 @@ Include the following dependency in your project.
42
Gradle:
43
```groovy
44
dependencies {
45
- implementation 'io.testerra:driver-ui-desktop:2.2'
46
- implementation 'io.testerra:report-ng:2.2'
+ implementation 'io.testerra:driver-ui-desktop:2.3'
+ implementation 'io.testerra:report-ng:2.3'
47
}
48
```
49
@@ -53,7 +53,7 @@ Maven:
53
<dependency>
54
<groupId>io.testerra</groupId>
55
<artifactId>driver-ui-desktop</artifactId>
56
- <version>2.2</version>
+ <version>2.3</version>
57
</dependency>
58
59
0 commit comments