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
@@ -70,7 +70,7 @@ All the services:
70
70
<dependency>
71
71
<groupId>com.ibm.watson</groupId>
72
72
<artifactId>ibm-watson</artifactId>
73
-
<version>9.0.0</version>
73
+
<version>9.0.0-rc.2</version>
74
74
</dependency>
75
75
```
76
76
@@ -80,21 +80,21 @@ Only Discovery:
80
80
<dependency>
81
81
<groupId>com.ibm.watson</groupId>
82
82
<artifactId>discovery</artifactId>
83
-
<version>9.0.0</version>
83
+
<version>9.0.0-rc.2</version>
84
84
</dependency>
85
85
```
86
86
87
87
##### Gradle
88
88
All the services:
89
89
90
90
```gradle
91
-
'com.ibm.watson:ibm-watson:9.0.0'
91
+
'com.ibm.watson:ibm-watson:9.0.0-rc.2'
92
92
```
93
93
94
94
Only Assistant:
95
95
96
96
```gradle
97
-
'com.ibm.watson:assistant:9.0.0'
97
+
'com.ibm.watson:assistant:9.0.0-rc.2'
98
98
```
99
99
100
100
##### JAR
@@ -460,7 +460,7 @@ We do :sunglasses: http://ibm.github.io/
460
460
## Featured projects
461
461
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