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 1ced9ad commit c85012eCopy full SHA for c85012e
README.md
@@ -13,7 +13,7 @@ I'm a fan of the Testing Library because it encourages "testing as a user":
13
Use the [library's latest version](https://search.maven.org/artifact/com.luissoares/selenium-testing-library):
14
15
```kotlin
16
-implementation("com.luissoares:selenium-testing-library:4.0.1")
+implementation("com.luissoares:selenium-testing-library:4.1")
17
```
18
19
---
lib/build.gradle.kts
@@ -34,7 +34,7 @@ java {
34
withJavadocJar()
35
}
36
37
-version = "4.0.1"
+version = "4.1"
38
group = "com.luissoares"
39
40
publishing {
0 commit comments