From a42e055094eedc8f2c9c2b7527d43877e51df824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 04:21:46 +0000 Subject: [PATCH] Bump caliban-client_2.13 from 0.9.5 to 2.0.0 Bumps [caliban-client_2.13](https://github.com/ghostdogpr/caliban) from 0.9.5 to 2.0.0. - [Release notes](https://github.com/ghostdogpr/caliban/releases) - [Commits](https://github.com/ghostdogpr/caliban/compare/v0.9.5...v2.0.0) --- updated-dependencies: - dependency-name: com.github.ghostdogpr:caliban-client_2.13 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3d5cc68..2c46aff 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.0' // https://mvnrepository.com/artifact/com.github.ghostdogpr/caliban-codegen //implementation group: 'com.github.ghostdogpr', name: "caliban-codegen_${scalaVersion}", version: '0.8.1'