We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10e748 commit 81a4ffeCopy full SHA for 81a4ffe
1 file changed
README.md
@@ -19,7 +19,7 @@ Lightweight Java client for SBX Cloud APIs. Compatible with Java 21+ and Spring
19
<dependency>
20
<groupId>com.github.socobox</groupId>
21
<artifactId>sbxcloud-lib-java</artifactId>
22
- <version>v0.0.2</version>
+ <version>v0.0.6</version>
23
</dependency>
24
```
25
@@ -31,11 +31,11 @@ repositories {
31
}
32
33
dependencies {
34
- implementation 'com.github.socobox:sbxcloud-lib-java:v0.0.2'
+ implementation 'com.github.socobox:sbxcloud-lib-java:v0.0.6'
35
36
37
38
-> Replace `v0.0.2` with the latest release tag or use `main-SNAPSHOT` for the latest commit.
+> Replace `v0.0.6` with the latest release tag or use `main-SNAPSHOT` for the latest commit.
39
40
### Local Build
41
0 commit comments