Skip to content

Commit 22b2932

Browse files
Uprade readme.md 1.27 -> 1.28.1 (#1167)
1 parent 8c0231b commit 22b2932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ To run Playwright simply add following dependency to your Maven project:
4343
<dependency>
4444
<groupId>com.microsoft.playwright</groupId>
4545
<artifactId>playwright</artifactId>
46-
<version>1.27.0</version>
46+
<version>1.28.1</version>
4747
</dependency>
4848
```
4949

5050
To run Playwright using Gradle add following dependency to your build.gradle file:
5151

5252
```gradle
5353
dependencies {
54-
implementation group: 'com.microsoft.playwright', name: 'playwright', version: '1.27.0'
54+
implementation group: 'com.microsoft.playwright', name: 'playwright', version: '1.28.1'
5555
}
5656
```
5757

0 commit comments

Comments
 (0)