docs: update gradle snippet

This commit is contained in:
Yury Semikhatsky 2022-09-20 16:23:54 -07:00 committed by GitHub
parent c6192db180
commit ae54a7da55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,9 +49,9 @@ To run Playwright simply add following dependency to your Maven project:
To run Playwright using Gradle add following dependency to your build.gradle file:
```json lines
```gradle
dependencies {
implementation group: 'com.microsoft.playwright', name: 'playwright', version: '1.25.0'
implementation group: 'com.microsoft.playwright', name: 'playwright', version: '1.26.0'
}
```