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
@@ -23,7 +23,7 @@ All the services:
23
23
<dependency>
24
24
<groupId>com.ibm.watson</groupId>
25
25
<artifactId>ibm-watson</artifactId>
26
-
<version>10.1.0</version>
26
+
<version>11.0.0</version>
27
27
</dependency>
28
28
```
29
29
@@ -33,21 +33,21 @@ Only Discovery:
33
33
<dependency>
34
34
<groupId>com.ibm.watson</groupId>
35
35
<artifactId>discovery</artifactId>
36
-
<version>10.1.0</version>
36
+
<version>11.0.0</version>
37
37
</dependency>
38
38
```
39
39
40
40
##### Gradle
41
41
All the services:
42
42
43
43
```gradle
44
-
'com.ibm.watson:ibm-watson:10.1.0'
44
+
'com.ibm.watson:ibm-watson:11.0.0'
45
45
```
46
46
47
47
Only Assistant:
48
48
49
49
```gradle
50
-
'com.ibm.watson:assistant:10.1.0'
50
+
'com.ibm.watson:assistant:11.0.0'
51
51
```
52
52
53
53
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).
@@ -463,7 +463,7 @@ We do :sunglasses: http://ibm.github.io/
463
463
## Featured projects
464
464
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