diff --git a/build.gradle b/build.gradle index 3d5cc68..38947b0 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,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: '2.0.2' // https://mvnrepository.com/artifact/com.github.ghostdogpr/caliban-codegen //implementation group: 'com.github.ghostdogpr', name: "caliban-codegen_${scalaVersion}", version: '0.8.1'