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 6120190 commit fff49e3Copy full SHA for fff49e3
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.17.0'
+ implementation 'com.scalar-labs:scalardb:3.17.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.17.0</version>
+ <version>3.17.1</version>
50
</dependency>
51
52
0 commit comments