diff --git a/README.md b/README.md index f0c057bd1..8b207498b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,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.14.0' + implementation 'com.scalar-labs:scalardb:3.15.0' } ``` @@ -19,7 +19,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.14.0 + 3.15.0 ```