Skip to content

Commit 05e2986

Browse files
committed
Update ScalarDB dependency version to 3.16.1 in README (#2878)
1 parent 39803f6 commit 05e2986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.16.0'
40+
implementation 'com.scalar-labs:scalardb:3.16.1'
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.16.0</version>
49+
<version>3.16.1</version>
5050
</dependency>
5151
```
5252

0 commit comments

Comments
 (0)