We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d82249 commit 394855aCopy full SHA for 394855a
README.md
@@ -45,8 +45,8 @@ Include the following dependency in your project.
45
Gradle:
46
```groovy
47
dependencies {
48
- implementation 'io.testerra:driver-ui-desktop:2.5'
49
- implementation 'io.testerra:report-ng:2.5'
+ implementation 'io.testerra:driver-ui-desktop:2.6'
+ implementation 'io.testerra:report-ng:2.6'
50
}
51
```
52
@@ -56,12 +56,12 @@ Maven:
56
<dependency>
57
<groupId>io.testerra</groupId>
58
<artifactId>driver-ui-desktop</artifactId>
59
- <version>2.5</version>
+ <version>2.6</version>
60
</dependency>
61
62
63
<artifactId>report-ng</artifactId>
64
- <version>2.4</version>
65
66
</dependencies>
67
0 commit comments