Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ecba64f

Browse files
committedJan 19, 2024
Updated Testerra version
1 parent 5506b56 commit ecba64f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Include the following dependency in your project.
4545
Gradle:
4646
```groovy
4747
dependencies {
48-
implementation 'io.testerra:driver-ui-desktop:2.6'
49-
implementation 'io.testerra:report-ng:2.6'
48+
implementation 'io.testerra:driver-ui-desktop:2.7'
49+
implementation 'io.testerra:report-ng:2.7'
5050
}
5151
```
5252

@@ -56,12 +56,12 @@ Maven:
5656
<dependency>
5757
<groupId>io.testerra</groupId>
5858
<artifactId>driver-ui-desktop</artifactId>
59-
<version>2.6</version>
59+
<version>2.7</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>io.testerra</groupId>
6363
<artifactId>report-ng</artifactId>
64-
<version>2.6</version>
64+
<version>2.7</version>
6565
</dependency>
6666
</dependencies>
6767
```

0 commit comments

Comments
 (0)
Please sign in to comment.