diff --git a/README.md b/README.md index 6f00dd12af..a2429a9233 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You can install it in your application using your build tool such as Gradle and To add a dependency on ScalarDB using Gradle, use the following: ```gradle dependencies { - implementation 'com.scalar-labs:scalardb:3.16.0' + implementation 'com.scalar-labs:scalardb:3.16.1' } ``` @@ -46,7 +46,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.16.0 + 3.16.1 ```