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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ All the services:
61
61
<dependency>
62
62
<groupId>com.ibm.watson</groupId>
63
63
<artifactId>ibm-watson</artifactId>
64
-
<version>7.2.0</version>
64
+
<version>7.3.0</version>
65
65
</dependency>
66
66
```
67
67
@@ -71,21 +71,21 @@ Only Discovery:
71
71
<dependency>
72
72
<groupId>com.ibm.watson</groupId>
73
73
<artifactId>discovery</artifactId>
74
-
<version>7.2.0</version>
74
+
<version>7.3.0</version>
75
75
</dependency>
76
76
```
77
77
78
78
##### Gradle
79
79
All the services:
80
80
81
81
```gradle
82
-
'com.ibm.watson:ibm-watson:7.2.0'
82
+
'com.ibm.watson:ibm-watson:7.3.0'
83
83
```
84
84
85
85
Only Assistant:
86
86
87
87
```gradle
88
-
'com.ibm.watson:assistant:7.2.0'
88
+
'com.ibm.watson:assistant:7.3.0'
89
89
```
90
90
91
91
##### JAR
@@ -406,4 +406,4 @@ We do :sunglasses: http://ibm.github.io/
406
406
## Featured projects
407
407
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