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 3c778ee commit d1de5ccCopy full SHA for d1de5cc
README.md
@@ -17,7 +17,7 @@ Central** <img src="https://search.maven.org/favicon.ico" width="16" height="16"
17
Then, copy the declaration for your build tool. E.g.:
18
19
```kotlin
20
-implementation("com.luissoares:selenium-testing-library:3.7.6")
+implementation("com.luissoares:selenium-testing-library:3.7.7")
21
```
22
23
---
lib/build.gradle.kts
@@ -28,7 +28,7 @@ java {
28
withJavadocJar()
29
}
30
31
-version = "3.7.6"
+version = "3.7.7"
32
group = "com.luissoares"
33
34
publishing {
0 commit comments