diff --git a/README.md b/README.md index eb8b5e6d4..ad4747c88 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Include the following dependency in your project. Gradle: ```groovy dependencies { - implementation 'io.testerra:driver-ui-desktop:2.9' - implementation 'io.testerra:report-ng:2.9' + implementation 'io.testerra:driver-ui-desktop:2.10' + implementation 'io.testerra:report-ng:2.10' } ``` @@ -54,12 +54,12 @@ Maven: io.testerra driver-ui-desktop - 2.9 + 2.10 io.testerra report-ng - 2.9 + 2.10 ```