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
+5-5
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ All the services:
43
43
<dependency>
44
44
<groupId>com.ibm.watson</groupId>
45
45
<artifactId>ibm-watson</artifactId>
46
-
<version>9.3.1</version>
46
+
<version>10.0.0</version>
47
47
</dependency>
48
48
```
49
49
@@ -53,21 +53,21 @@ Only Discovery:
53
53
<dependency>
54
54
<groupId>com.ibm.watson</groupId>
55
55
<artifactId>discovery</artifactId>
56
-
<version>9.3.1</version>
56
+
<version>10.0.0</version>
57
57
</dependency>
58
58
```
59
59
60
60
##### Gradle
61
61
All the services:
62
62
63
63
```gradle
64
-
'com.ibm.watson:ibm-watson:9.3.1'
64
+
'com.ibm.watson:ibm-watson:10.0.0'
65
65
```
66
66
67
67
Only Assistant:
68
68
69
69
```gradle
70
-
'com.ibm.watson:assistant:9.3.1'
70
+
'com.ibm.watson:assistant:10.0.0'
71
71
```
72
72
73
73
Now, you are ready to see some [examples](https://github.com/watson-developer-cloud/java-sdk/tree/master/examples/src/main/java/com/ibm/watson).
@@ -483,7 +483,7 @@ We do :sunglasses: http://ibm.github.io/
483
483
## Featured projects
484
484
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