Skip to content

Commit a3e3bb6

Browse files
Backport to branch(3) : Update ScalarDB dependency version to 3.15.1 in README (#2518)
Co-authored-by: Toshihiro Suzuki <[email protected]>
1 parent 4eedcad commit a3e3bb6

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
@@ -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.15.0'
13+
implementation 'com.scalar-labs:scalardb:3.15.1'
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.15.0</version>
22+
<version>3.15.1</version>
2323
</dependency>
2424
```
2525

0 commit comments

Comments
 (0)