1
0
mirror of synced 2026-08-05 06:56:56 +00:00

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
+2 -2
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'
}
```