File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ You can install it in your application using your build tool such as Gradle and
1313To add a dependency on ScalarDB using Gradle, use the following:
1414``` gradle
1515dependencies {
16- implementation 'com.scalar-labs:scalardb:3.10.3 '
16+ implementation 'com.scalar-labs:scalardb:3.10.4 '
1717}
1818```
1919
@@ -22,7 +22,7 @@ To add a dependency using Maven:
2222<dependency >
2323 <groupId >com.scalar-labs</groupId >
2424 <artifactId >scalardb</artifactId >
25- <version >3.10.3 </version >
25+ <version >3.10.4 </version >
2626</dependency >
2727```
2828
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ subprojects {
1717 apply plugin : ' java-library-distribution'
1818 apply plugin : ' com.diffplug.spotless'
1919
20- project. version = ' 3.10.4-SNAPSHOT '
20+ project. version = ' 3.10.4'
2121
2222 ext {
2323 guiceVersion = ' 5.1.0'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
1313}
1414
1515dependencies {
16- implementation(" com.scalar-labs" , " scalardb" , " 3.10.3 " )
16+ implementation(" com.scalar-labs" , " scalardb" , " 3.10.4 " )
1717 testImplementation(kotlin(" test" ))
1818}
1919
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99mainClassName = " sample.ElectronicMoneyMain"
1010
1111dependencies {
12- implementation ' com.scalar-labs:scalardb:3.10.3 '
12+ implementation ' com.scalar-labs:scalardb:3.10.4 '
1313 implementation ' org.slf4j:slf4j-simple:1.7.30'
1414}
1515
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ You can install it in your application using your build tool such as Gradle and
1313To add a dependency on ScalarDB using Gradle, use the following:
1414``` gradle
1515dependencies {
16- implementation 'com.scalar-labs:scalardb:3.10.3 '
16+ implementation 'com.scalar-labs:scalardb:3.10.4 '
1717}
1818```
1919
@@ -22,7 +22,7 @@ To add a dependency using Maven:
2222<dependency >
2323 <groupId >com.scalar-labs</groupId >
2424 <artifactId >scalardb</artifactId >
25- <version >3.10.3 </version >
25+ <version >3.10.4 </version >
2626</dependency >
2727```
2828
You can’t perform that action at this time.
0 commit comments