We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a77837 commit 45ea5d2Copy full SHA for 45ea5d2
README.md
@@ -12,14 +12,14 @@ Add the following dependency to your pom.xml:
12
<dependency>
13
<groupId>io.getstream.client</groupId>
14
<artifactId>stream-java</artifactId>
15
- <version>3.1.7</version>
+ <version>3.1.8</version>
16
</dependency>
17
```
18
19
or in your build.gradle:
20
21
```gradle
22
-compile 'io.getstream.client:stream-java:3.1.7'
+compile 'io.getstream.client:stream-java:3.1.8'
23
24
25
In case you want to download the artifact and put it manually into your project,
0 commit comments