Skip to content

Commit aac8371

Browse files
authored
Update README.md
1 parent 7c3d0fa commit aac8371

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
@@ -78,14 +78,14 @@ Response<List<HealthService>> healthyServices = client.getHealthServices("myapp"
7878
## How to add consul-api into your project
7979
### Gradle
8080
```
81-
compile "com.ecwid.consul:consul-api:1.4.0"
81+
compile "com.ecwid.consul:consul-api:1.4.1"
8282
```
8383
### Maven
8484
```
8585
<dependency>
8686
<groupId>com.ecwid.consul</groupId>
8787
<artifactId>consul-api</artifactId>
88-
<version>1.4.0</version>
88+
<version>1.4.1</version>
8989
</dependency>
9090
```
9191

0 commit comments

Comments
 (0)