Skip to content

Commit d1de5cc

Browse files
committed
upgrade lib
1 parent 3c778ee commit d1de5cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Central** <img src="https://search.maven.org/favicon.ico" width="16" height="16"
1717
Then, copy the declaration for your build tool. E.g.:
1818

1919
```kotlin
20-
implementation("com.luissoares:selenium-testing-library:3.7.6")
20+
implementation("com.luissoares:selenium-testing-library:3.7.7")
2121
```
2222

2323
---

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ java {
2828
withJavadocJar()
2929
}
3030

31-
version = "3.7.6"
31+
version = "3.7.7"
3232
group = "com.luissoares"
3333

3434
publishing {

0 commit comments

Comments
 (0)