Skip to content

Commit 3043314

Browse files
committedJan 23, 2025
Upgrade the version to 3.13.2
1 parent 227ec48 commit 3043314

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can install it in your application using your build tool such as Gradle and
1010
To add a dependency on ScalarDB using Gradle, use the following:
1111
```gradle
1212
dependencies {
13-
implementation 'com.scalar-labs:scalardb:3.13.1'
13+
implementation 'com.scalar-labs:scalardb:3.13.2'
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.13.1</version>
22+
<version>3.13.2</version>
2323
</dependency>
2424
```
2525

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ subprojects {
1818
apply plugin: 'com.diffplug.spotless'
1919
apply plugin: 'com.scalar.db.jdk-configuration'
2020

21-
project.version = '3.13.2-SNAPSHOT'
21+
project.version = '3.13.2'
2222

2323
ext {
2424
guiceVersion = '5.1.0'

0 commit comments

Comments
 (0)