File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ If you are authoring in Go, see [Go Cadence Client](https://github.com/uber-go/c
99
1010## Samples
1111
12- For samples, see [ Samples for the Java Cadence client] ( https://github.com/mfateev/ uber-java-cadence -samples ) .
12+ For samples, see [ Samples for the Java Cadence client] ( https://github.com/uber/cadence -java-samples ) .
1313
1414## Run Cadence Server
1515
@@ -31,12 +31,12 @@ Add *cadence-client* as a dependency to your *pom.xml*:
3131 <dependency>
3232 <groupId>com.uber.cadence</groupId>
3333 <artifactId>cadence-client</artifactId>
34- <version>0. 1.0</version>
34+ <version>1.0.5 </version>
3535 </dependency>
3636
3737or to * build.gradle* :
3838
39- compile group: 'com.uber.cadence', name: 'cadence-client', version: '0. 1.0'
39+ compile group: 'com.uber.cadence', name: 'cadence-client', version: '1.0.5 '
4040
4141# Overview
4242
You can’t perform that action at this time.
0 commit comments