Skip to content

Commit f242014

Browse files
authored
Update README.md
1 parent b1fcc15 commit f242014

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
@@ -83,14 +83,14 @@ Response<List<HealthService>> healthyServices = client.getHealthServices("myapp"
8383
## How to add consul-api into your project
8484
### Gradle
8585
```
86-
compile "com.ecwid.consul:consul-api:1.3.0"
86+
compile "com.ecwid.consul:consul-api:1.3.1"
8787
```
8888
### Maven
8989
```
9090
<dependency>
9191
<groupId>com.ecwid.consul</groupId>
9292
<artifactId>consul-api</artifactId>
93-
<version>1.3.0</version>
93+
<version>1.3.1</version>
9494
</dependency>
9595
```
9696

0 commit comments

Comments
 (0)