diff --git a/README.md b/README.md index f69c36c6b..2c1302e36 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Include the following dependency in your project. Gradle: ```groovy dependencies { - implementation 'io.testerra:driver-ui-desktop:2.3' - implementation 'io.testerra:report-ng:2.3' + implementation 'io.testerra:driver-ui-desktop:2.4' + implementation 'io.testerra:report-ng:2.4' } ``` @@ -53,17 +53,17 @@ Maven: io.testerra driver-ui-desktop - 2.3 + 2.4 io.testerra report-ng - 2.3 + 2.4 ``` -Testerra requires **JDK11** or later. +Testerra requires **JDK11** or later and uses **Selenium 4**. ### Using Testerra functionality