File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
1919or 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
2525In 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
4848Run ` gradle test ` to execute integration tests
4949
You can’t perform that action at this time.
0 commit comments