We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6192db commit ae54a7dCopy full SHA for ae54a7d
README.md
@@ -49,9 +49,9 @@ To run Playwright simply add following dependency to your Maven project:
49
50
To run Playwright using Gradle add following dependency to your build.gradle file:
51
52
-```json lines
+```gradle
53
dependencies {
54
-implementation group: 'com.microsoft.playwright', name: 'playwright', version: '1.25.0'
+ implementation group: 'com.microsoft.playwright', name: 'playwright', version: '1.26.0'
55
}
56
```
57
0 commit comments