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 4eedcad commit a3e3bb6Copy full SHA for a3e3bb6
README.md
@@ -10,7 +10,7 @@ You can install it in your application using your build tool such as Gradle and
10
To add a dependency on ScalarDB using Gradle, use the following:
11
```gradle
12
dependencies {
13
- implementation 'com.scalar-labs:scalardb:3.15.0'
+ implementation 'com.scalar-labs:scalardb:3.15.1'
14
}
15
```
16
@@ -19,7 +19,7 @@ To add a dependency using Maven:
19
<dependency>
20
<groupId>com.scalar-labs</groupId>
21
<artifactId>scalardb</artifactId>
22
- <version>3.15.0</version>
+ <version>3.15.1</version>
23
</dependency>
24
25
0 commit comments