From d0afe68ecfda1a4041fddace60c398bcc11d874c Mon Sep 17 00:00:00 2001 From: brfrn169 Date: Mon, 3 Feb 2025 17:33:19 +0900 Subject: [PATCH] Update ScalarDB dependency version to 3.15.1 in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb9e364e6..9225771db 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.15.0' + implementation 'com.scalar-labs:scalardb:3.15.1' } ``` @@ -19,7 +19,7 @@ To add a dependency using Maven: com.scalar-labs scalardb - 3.15.0 + 3.15.1 ```