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 8c0231b commit 22b2932Copy full SHA for 22b2932
README.md
@@ -43,15 +43,15 @@ To run Playwright simply add following dependency to your Maven project:
43
<dependency>
44
<groupId>com.microsoft.playwright</groupId>
45
<artifactId>playwright</artifactId>
46
- <version>1.27.0</version>
+ <version>1.28.1</version>
47
</dependency>
48
```
49
50
To run Playwright using Gradle add following dependency to your build.gradle file:
51
52
```gradle
53
dependencies {
54
- implementation group: 'com.microsoft.playwright', name: 'playwright', version: '1.27.0'
+ implementation group: 'com.microsoft.playwright', name: 'playwright', version: '1.28.1'
55
}
56
57
0 commit comments