Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Paultagoras committed Jan 15, 2024
1 parent 04d3443 commit 81e9b91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ repositories {
mavenCentral()
maven("https://packages.confluent.io/maven/")
maven("https://jitpack.io")
maven("https://s01.oss.sonatype.org/content/groups/staging/")
}

extra.apply {

set("clickHouseDriverVersion", "0.5.0")
set("clickHouseDriverVersion", "0.6.0")
set("kafkaVersion", "2.7.0")
set("avroVersion", "1.9.2")

Expand Down

0 comments on commit 81e9b91

Please sign in to comment.