From 0a5ac3c33c3d7753b6dfde316bf5c7dad44c0653 Mon Sep 17 00:00:00 2001 From: brfrn169 Date: Sat, 21 Jun 2025 01:57:10 +0900 Subject: [PATCH] Update ScalarDB dependency version to 3.16.0 in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45274d63a7..6f00dd12af 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.15.2' + implementation 'com.scalar-labs:scalardb:3.16.0' } ``` @@ -46,7 +46,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.15.2 + 3.16.0 ```