File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ You can install it in your application using your build tool such as Gradle and
3737To add a dependency on ScalarDB using Gradle, use the following:
3838``` gradle
3939dependencies {
40- implementation 'com.scalar-labs:scalardb:3.16.0 '
40+ implementation 'com.scalar-labs:scalardb:3.16.1 '
4141}
4242```
4343
@@ -46,7 +46,7 @@ To add a dependency using Maven:
4646<dependency >
4747 <groupId >com.scalar-labs</groupId >
4848 <artifactId >scalardb</artifactId >
49- <version >3.16.0 </version >
49+ <version >3.16.1 </version >
5050</dependency >
5151```
5252
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66ext {
77 projectGroup = ' com.scalar-labs'
8- projectVersion = ' 3.16.1-SNAPSHOT '
8+ projectVersion = ' 3.16.1'
99}
1010
1111group = projectGroup
You can’t perform that action at this time.
0 commit comments