1
0
mirror of synced 2026-08-05 23:16:54 +00:00

Uprade readme.md 1.27 -> 1.28.1 (#1167)

This commit is contained in:
Vladislav
2023-01-13 20:36:54 -05:00
committed by GitHub
parent 8c0231b0f7
commit 22b2932d2d
+2 -2
View File
@@ -43,7 +43,7 @@ To run Playwright simply add following dependency to your Maven project:
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.27.0</version>
<version>1.28.1</version>
</dependency>
```
@@ -51,7 +51,7 @@ To run Playwright using Gradle add following dependency to your build.gradle fil
```gradle
dependencies {
implementation group: 'com.microsoft.playwright', name: 'playwright', version: '1.27.0'
implementation group: 'com.microsoft.playwright', name: 'playwright', version: '1.28.1'
}
```