From ce2cbc139f0bb037e05c3f17aeffd1b8d18fcf30 Mon Sep 17 00:00:00 2001 From: Vasily Vasilkov Date: Wed, 22 May 2024 15:33:56 +0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 893c06c..3bdaafc 100644 --- a/README.md +++ b/README.md @@ -71,14 +71,14 @@ try (RawResponse response = client.select("http://localhost:8123", "SELECT * FRO ## How to add clickhouse-client into your project ### Gradle ``` -compile "com.ecwid.clickhouse:clickhouse-client:0.13.0" +compile "com.ecwid.clickhouse:clickhouse-client:0.15.0" ``` ### Maven ``` com.ecwid.clickhouse clickhouse-client - 0.13.0 + 0.15.0 ```