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 @@ -10,7 +10,7 @@ You can install it in your application using your build tool such as Gradle and
1010To add a dependency on ScalarDB using Gradle, use the following:
1111``` gradle
1212dependencies {
13- implementation 'com.scalar-labs:scalardb:3.15.4 '
13+ implementation 'com.scalar-labs:scalardb:3.15.5 '
1414}
1515```
1616
@@ -19,7 +19,7 @@ To add a dependency using Maven:
1919<dependency >
2020 <groupId >com.scalar-labs</groupId >
2121 <artifactId >scalardb</artifactId >
22- <version >3.15.4 </version >
22+ <version >3.15.5 </version >
2323</dependency >
2424```
2525
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.15.5-SNAPSHOT '
8+ projectVersion = ' 3.15.5'
99}
1010
1111group = projectGroup
You can’t perform that action at this time.
0 commit comments