diff --git a/build.gradle b/build.gradle index f31e5d3..bb81596 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation group: 'com.github.ghostdogpr', name: "caliban_${scalaVersion}", version: '0.9.5' // https://mvnrepository.com/artifact/com.github.ghostdogpr/caliban-client - implementation group: 'com.github.ghostdogpr', name: "caliban-client_${scalaVersion}", version: '0.9.5' + implementation group: 'com.github.ghostdogpr', name: "caliban-client_${scalaVersion}", version: '1.1.1' // https://mvnrepository.com/artifact/com.github.ghostdogpr/caliban-codegen //implementation group: 'com.github.ghostdogpr', name: "caliban-codegen_${scalaVersion}", version: '0.8.1'