We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a353bb1 commit 10a4c90Copy full SHA for 10a4c90
1 file changed
README.md
@@ -29,14 +29,14 @@ Download [the latest JAR][1] or grab via Maven:
29
<dependency>
30
<groupId>com.imsweb</groupId>
31
<artifactId>seerapi-client-java</artifactId>
32
- <version>3.14</version>
+ <version>3.15</version>
33
</dependency>
34
```
35
36
or via Gradle:
37
38
39
-compile 'com.imsweb:seerapi-client-java:3.14'
+compile 'com.imsweb:seerapi-client-java:3.15'
40
41
42
## Usage
0 commit comments