Skip to content

Commit ae54a7d

Browse files
authored
docs: update gradle snippet
1 parent c6192db commit ae54a7d

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
@@ -49,9 +49,9 @@ To run Playwright simply add following dependency to your Maven project:
4949

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

52-
```json lines
52+
```gradle
5353
dependencies {
54-
implementation group: 'com.microsoft.playwright', name: 'playwright', version: '1.25.0'
54+
implementation group: 'com.microsoft.playwright', name: 'playwright', version: '1.26.0'
5555
}
5656
```
5757

0 commit comments

Comments
 (0)