Skip to content

Commit 3802fc7

Browse files
Update README.md
1 parent 7bac23e commit 3802fc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ Example for Maven:
7676
<dependency>
7777
<groupId>com.netflix.hystrix</groupId>
7878
<artifactId>hystrix-core</artifactId>
79-
<version>1.1.2</version>
79+
<version>1.2.0</version>
8080
</dependency>
8181
```
8282
and for Ivy:
8383

8484
```xml
85-
<dependency org="com.netflix.hystrix" name="hystrix-core" rev="1.1.2" />
85+
<dependency org="com.netflix.hystrix" name="hystrix-core" rev="1.2.0" />
8686
```
8787

8888
If you need to download the jars instead of using a build system, create a Maven pom file like this with the desired version:
@@ -100,7 +100,7 @@ If you need to download the jars instead of using a build system, create a Maven
100100
<dependency>
101101
<groupId>com.netflix.hystrix</groupId>
102102
<artifactId>hystrix-core</artifactId>
103-
<version>1.1.2</version>
103+
<version>1.2.0</version>
104104
<scope/>
105105
</dependency>
106106
</dependencies>

0 commit comments

Comments
 (0)