Skip to content

Commit f259124

Browse files
committed
Upgrade the version to 3.16.0
1 parent d3223e6 commit f259124

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can install it in your application using your build tool such as Gradle and
3737
To add a dependency on ScalarDB using Gradle, use the following:
3838
```gradle
3939
dependencies {
40-
implementation 'com.scalar-labs:scalardb:3.15.2'
40+
implementation 'com.scalar-labs:scalardb:3.16.0'
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.15.2</version>
49+
<version>3.16.0</version>
5050
</dependency>
5151
```
5252

build.gradle

Lines changed: 1 addition & 1 deletion
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.16.0-SNAPSHOT'
21+
project.version = '3.16.0'
2222

2323
ext {
2424
guiceVersion = '5.1.0'

0 commit comments

Comments
 (0)