You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Java client library to use the [Watson APIs][wdc].
51
51
52
52
:speaking_head::speaking_head::speaking_head:
53
53
## Heads up!
54
-
`v7.0.0` is out! Be sure to check out the [migration guide](https://github.com/watson-developer-cloud/java-sdk/blob/java-sdk-7.0.0/MIGRATION.md) for major breaking changes and the [release notes](https://github.com/watson-developer-cloud/java-sdk/releases/tag/java-sdk-7.0.0) for extra info.
54
+
`v7.1.0` is out! Be sure to check out the [migration guide](https://github.com/watson-developer-cloud/java-sdk/blob/java-sdk-7.1.0/MIGRATION.md) for major breaking changes and the [release notes](https://github.com/watson-developer-cloud/java-sdk/releases/tag/java-sdk-7.1.0) for extra info.
55
55
:speaking_head::speaking_head::speaking_head:
56
56
57
57
## Before you begin
@@ -121,7 +121,7 @@ All the services:
121
121
<dependency>
122
122
<groupId>com.ibm.watson</groupId>
123
123
<artifactId>ibm-watson</artifactId>
124
-
<version>7.0.0</version>
124
+
<version>7.1.0</version>
125
125
</dependency>
126
126
```
127
127
@@ -131,7 +131,7 @@ Only Discovery:
131
131
<dependency>
132
132
<groupId>com.ibm.watson</groupId>
133
133
<artifactId>discovery</artifactId>
134
-
<version>7.0.0</version>
134
+
<version>7.1.0</version>
135
135
</dependency>
136
136
```
137
137
@@ -150,13 +150,13 @@ Then, you can add the actual dependencies.
150
150
All the services:
151
151
152
152
```gradle
153
-
'com.ibm.watson:ibm-watson:7.0.0'
153
+
'com.ibm.watson:ibm-watson:7.1.0'
154
154
```
155
155
156
156
Only Assistant:
157
157
158
158
```gradle
159
-
'com.ibm.watson:assistant:7.0.0'
159
+
'com.ibm.watson:assistant:7.1.0'
160
160
```
161
161
162
162
##### JAR
@@ -477,4 +477,4 @@ We do :sunglasses: http://ibm.github.io/
477
477
## Featured projects
478
478
We'd love to highlight cool open-source projects that use this SDK! If you'd like to get your project added to the list, feel free to make an issue linking us to it.
0 commit comments