We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bcc5a2 commit 74c3f2cCopy full SHA for 74c3f2c
README.md
@@ -24,13 +24,13 @@ Add the following line(s) to the dependencies section in your
24
<dependency>
25
<groupId>ai.test.sdk</groupId>
26
<artifactId>test-ai-selenium</artifactId>
27
- <version>0.1.0</version>
+ <version>0.2.0</version>
28
</dependency>
29
````
30
31
**build.gradle (Gradle)**
32
```groovy
33
-implementation 'ai.test.sdk:test-ai-selenium:0.1.0'
+implementation 'ai.test.sdk:test-ai-selenium:0.2.0'
34
```
35
36
## Tutorial
0 commit comments