Skip to content

Commit e95f639

Browse files
authored
Update README.md
1 parent 2dbd3b8 commit e95f639

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
@@ -12,14 +12,14 @@ Add the following dependency to your pom.xml:
1212
<dependency>
1313
<groupId>io.getstream.client</groupId>
1414
<artifactId>stream-java</artifactId>
15-
<version>3.1.5</version>
15+
<version>3.1.6</version>
1616
</dependency>
1717
```
1818

1919
or in your build.gradle:
2020

2121
```gradle
22-
compile 'io.getstream.client:stream-java:3.1.5'
22+
compile 'io.getstream.client:stream-java:3.1.6'
2323
```
2424

2525
In case you want to download the artifact and put it manually into your project,
@@ -43,7 +43,7 @@ Javadocs are available [here](https://getstream.github.io/stream-java/).
4343

4444
### Building & Testing
4545

46-
Run `gradle wrapper --gradle-version 5.0` to generate gradle wrapper files
46+
Run `gradle wrapper --gradle-version 4.0` to generate gradle wrapper files
4747

4848
Run `gradle test` to execute integration tests
4949

0 commit comments

Comments
 (0)