File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ Include the following dependency in your project.
4343Gradle:
4444``` groovy
4545dependencies {
46- implementation 'io.testerra:driver-ui-desktop:2.9 '
47- implementation 'io.testerra:report-ng:2.9 '
46+ implementation 'io.testerra:driver-ui-desktop:2.10 '
47+ implementation 'io.testerra:report-ng:2.10 '
4848}
4949```
5050
@@ -54,12 +54,12 @@ Maven:
5454 <dependency >
5555 <groupId >io.testerra</groupId >
5656 <artifactId >driver-ui-desktop</artifactId >
57- <version >2.9 </version >
57+ <version >2.10 </version >
5858 </dependency >
5959 <dependency >
6060 <groupId >io.testerra</groupId >
6161 <artifactId >report-ng</artifactId >
62- <version >2.9 </version >
62+ <version >2.10 </version >
6363 </dependency >
6464</dependencies >
6565```
You can’t perform that action at this time.
0 commit comments