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-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ All the services:
79
79
<dependency>
80
80
<groupId>com.ibm.watson</groupId>
81
81
<artifactId>ibm-watson</artifactId>
82
-
<version>9.1.1</version>
82
+
<version>9.2.0</version>
83
83
</dependency>
84
84
```
85
85
@@ -89,21 +89,21 @@ Only Discovery:
89
89
<dependency>
90
90
<groupId>com.ibm.watson</groupId>
91
91
<artifactId>discovery</artifactId>
92
-
<version>9.1.1</version>
92
+
<version>9.2.0</version>
93
93
</dependency>
94
94
```
95
95
96
96
##### Gradle
97
97
All the services:
98
98
99
99
```gradle
100
-
'com.ibm.watson:ibm-watson:9.1.1'
100
+
'com.ibm.watson:ibm-watson:9.2.0'
101
101
```
102
102
103
103
Only Assistant:
104
104
105
105
```gradle
106
-
'com.ibm.watson:assistant:9.1.1'
106
+
'com.ibm.watson:assistant:9.2.0'
107
107
```
108
108
109
109
##### JAR
@@ -473,7 +473,7 @@ We do :sunglasses: http://ibm.github.io/
473
473
## Featured projects
474
474
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