Skip to content

Commit db67aaa

Browse files
authored
Update README.md
1 parent d16e109 commit db67aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ Response<List<HealthService>> healthyServices = client.getHealthServices("myapp"
7676
## How to add consul-api into your project
7777
### Gradle
7878
```
79-
compile "com.ecwid.consul:consul-api:1.3.1"
79+
compile "com.ecwid.consul:consul-api:1.4.0"
8080
```
8181
### Maven
8282
```
8383
<dependency>
8484
<groupId>com.ecwid.consul</groupId>
8585
<artifactId>consul-api</artifactId>
86-
<version>1.3.1</version>
86+
<version>1.4.0</version>
8787
</dependency>
8888
```
8989

0 commit comments

Comments
 (0)