We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be57a3 commit 39f9e42Copy full SHA for 39f9e42
1 file changed
README.md
@@ -14,15 +14,15 @@ We provide our Plugin SDK via Maven Central Repository (https://repo1.maven.org/
14
<dependency>
15
<groupId>com.staffbase</groupId>
16
<artifactId>plugins-sdk-java</artifactId>
17
- <version>1.2.4</version>
+ <version>1.2.9</version>
18
</dependency>
19
```
20
21
### Gradle
22
23
24
dependencies {
25
- compile 'com.staffbase:plugins-sdk-java:1.2.3'
+ compile 'com.staffbase:plugins-sdk-java:1.2.9'
26
}
27
28
0 commit comments