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