Skip to content

Commit cae493e

Browse files
authored
Update README.md
1 parent 19a470a commit cae493e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ Response<List<HealthService>> healthyServices = client.getHealthServices("myapp"
7373
## How to add consul-api into your project
7474
### Gradle
7575
```
76-
compile "com.ecwid.consul:consul-api:1.4.4"
76+
compile "com.ecwid.consul:consul-api:1.4.5"
7777
```
7878
### Maven
7979
```
8080
<dependency>
8181
<groupId>com.ecwid.consul</groupId>
8282
<artifactId>consul-api</artifactId>
83-
<version>1.4.4</version>
83+
<version>1.4.5</version>
8484
</dependency>
8585
```
8686

0 commit comments

Comments
 (0)