diff --git a/README.md b/README.md index 256c95375..31dda1659 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.10.6' + implementation 'com.scalar-labs:scalardb:3.10.7' } ``` @@ -19,7 +19,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.10.6 + 3.10.7 ``` diff --git a/build.gradle b/build.gradle index 43076a5ca..645d7a715 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ subprojects { apply plugin: 'com.diffplug.spotless' apply plugin: 'com.scalar.db.jdk-configuration' - project.version = '3.10.7-SNAPSHOT' + project.version = '3.10.7' ext { guiceVersion = '5.1.0'