From f42d3c83a4c6da47683902ad8cdcdbcc07be969f Mon Sep 17 00:00:00 2001 From: brfrn169 Date: Tue, 9 Dec 2025 17:24:30 +0900 Subject: [PATCH] Update ScalarDB dependency version to 3.17.1 in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 884830d44a..c337d68602 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.17.0' + implementation 'com.scalar-labs:scalardb:3.17.1' } ``` @@ -46,7 +46,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.17.0 + 3.17.1 ```