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 6d9bc0c commit afd39a7Copy full SHA for afd39a7
examples/demo-kotlin-service/build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
implementation("io.ktor:ktor-serialization-kotlinx-json:$ktor_version")
34
35
// https://mvnrepository.com/artifact/com.clickhouse/client-v2
36
- implementation("com.clickhouse:client-v2:0.6.4-SNAPSHOT")
+ implementation("com.clickhouse:client-v2:0.6.5-SNAPSHOT")
37
38
// http client used by clickhouse client
39
implementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
0 commit comments