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 39803f6 commit 05e2986Copy full SHA for 05e2986
README.md
@@ -37,7 +37,7 @@ You can install it in your application using your build tool such as Gradle and
37
To add a dependency on ScalarDB using Gradle, use the following:
38
```gradle
39
dependencies {
40
- implementation 'com.scalar-labs:scalardb:3.16.0'
+ implementation 'com.scalar-labs:scalardb:3.16.1'
41
}
42
```
43
@@ -46,7 +46,7 @@ To add a dependency using Maven:
46
<dependency>
47
<groupId>com.scalar-labs</groupId>
48
<artifactId>scalardb</artifactId>
49
- <version>3.16.0</version>
+ <version>3.16.1</version>
50
</dependency>
51
52
0 commit comments