diff options
author | Keuin <[email protected]> | 2023-10-21 16:51:26 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2023-10-21 16:51:26 +0800 |
commit | eb0795d9e7f474379d99c6dc4f483cd707b205dc (patch) | |
tree | 3b2448d63cb585ce86b235995dafe82f83d2811b /build.gradle | |
parent | bdd01d2a7e8fe4f322dad674966730a8538c4171 (diff) |
bugfix: write error
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index ed90ed7..dff49ed 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,8 @@ dependencies { // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs. // You may need to force-disable transitiveness on them. implementation 'junit:junit:4.13.2' - modImplementation 'com.clickhouse:clickhouse-http-client:0.5.0' + modImplementation 'com.clickhouse:clickhouse-http-client:0.4.6' + modImplementation 'com.google.code.gson:gson:2.10.1' // 2.10 supports deserializing java record objects } processResources { |