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 a460002 commit 6f3d4bcCopy full SHA for 6f3d4bc
README.md
@@ -30,7 +30,7 @@ Download [the latest JAR][1] or grab via Maven:
30
<dependency>
31
<groupId>com.imsweb</groupId>
32
<artifactId>seerapi-client-java</artifactId>
33
- <version>5.7</version>
+ <version>5.8</version>
34
</dependency>
35
```
36
build.gradle
@@ -15,7 +15,7 @@ plugins {
15
}
16
17
group = 'com.imsweb'
18
-version = '5.8-SNAPSHOT'
+version = '5.8'
19
description = 'Java client library for SEER*API'
20
21
tasks.withType(JavaCompile).configureEach {
0 commit comments