Skip to content

Commit afd39a7

Browse files
committed
updated client-v2 dep in demo service
1 parent 6d9bc0c commit afd39a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demo-kotlin-service/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation("io.ktor:ktor-serialization-kotlinx-json:$ktor_version")
3434

3535
// https://mvnrepository.com/artifact/com.clickhouse/client-v2
36-
implementation("com.clickhouse:client-v2:0.6.4-SNAPSHOT")
36+
implementation("com.clickhouse:client-v2:0.6.5-SNAPSHOT")
3737

3838
// http client used by clickhouse client
3939
implementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")

0 commit comments

Comments
 (0)