We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ee6a6 commit 23a81bdCopy full SHA for 23a81bd
examples/demo-service/build.gradle.kts
@@ -29,7 +29,7 @@ dependencies {
29
30
// -- clickhouse dependencies
31
// Main dependency
32
- implementation("com.clickhouse:client-v2:0.7.1-SNAPSHOT") // local or nightly build
+ implementation("com.clickhouse:client-v2:0.7.1-patch1-SNAPSHOT") // local or nightly build
33
// implementation("com.clickhouse:client-v2:0.7.1") // release version
34
35
// -- clickhouse-http-client dependencies if old implementation is needed
0 commit comments