diff --git a/README.md b/README.md index e16ff771d..eb8b5e6d4 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.8' - implementation 'io.testerra:report-ng:2.8' + implementation 'io.testerra:driver-ui-desktop:2.9' + implementation 'io.testerra:report-ng:2.9' } ``` @@ -54,12 +54,12 @@ Maven: io.testerra driver-ui-desktop - 2.8 + 2.9 io.testerra report-ng - 2.8 + 2.9 ```