Skip to content

Commit

Permalink
fix example build
Browse files Browse the repository at this point in the history
  • Loading branch information
chernser committed Sep 30, 2024
1 parent f6439c8 commit dfc358b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo-kotlin-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation("io.ktor:ktor-serialization-kotlinx-json:$ktor_version")

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

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

0 comments on commit dfc358b

Please sign in to comment.