We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1218d2c commit 1cfc0ccCopy full SHA for 1cfc0cc
README.md
@@ -43,8 +43,8 @@ Include the following dependency in your project.
43
Gradle:
44
```groovy
45
dependencies {
46
- implementation 'io.testerra:driver-ui-desktop:2.8'
47
- implementation 'io.testerra:report-ng:2.8'
+ implementation 'io.testerra:driver-ui-desktop:2.9'
+ implementation 'io.testerra:report-ng:2.9'
48
}
49
```
50
@@ -54,12 +54,12 @@ Maven:
54
<dependency>
55
<groupId>io.testerra</groupId>
56
<artifactId>driver-ui-desktop</artifactId>
57
- <version>2.8</version>
+ <version>2.9</version>
58
</dependency>
59
60
61
<artifactId>report-ng</artifactId>
62
63
64
</dependencies>
65
0 commit comments