File tree 2 files changed +3
-3
lines changed
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
10
10
To add a dependency on ScalarDB using Gradle, use the following:
11
11
``` gradle
12
12
dependencies {
13
- implementation 'com.scalar-labs:scalardb:3.13.1 '
13
+ implementation 'com.scalar-labs:scalardb:3.13.2 '
14
14
}
15
15
```
16
16
@@ -19,7 +19,7 @@ To add a dependency using Maven:
19
19
<dependency >
20
20
<groupId >com.scalar-labs</groupId >
21
21
<artifactId >scalardb</artifactId >
22
- <version >3.13.1 </version >
22
+ <version >3.13.2 </version >
23
23
</dependency >
24
24
```
25
25
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ subprojects {
18
18
apply plugin : ' com.diffplug.spotless'
19
19
apply plugin : ' com.scalar.db.jdk-configuration'
20
20
21
- project. version = ' 3.13.2-SNAPSHOT '
21
+ project. version = ' 3.13.2'
22
22
23
23
ext {
24
24
guiceVersion = ' 5.1.0'
You can’t perform that action at this time.
0 commit comments