From c6fae3193d44e1284d5c877cec3c4d20f673e0f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 04:22:28 +0000 Subject: [PATCH] Bump caliban_2.13 from 0.9.5 to 1.2.2 Bumps [caliban_2.13](https://github.com/ghostdogpr/caliban) from 0.9.5 to 1.2.2. - [Release notes](https://github.com/ghostdogpr/caliban/releases) - [Commits](https://github.com/ghostdogpr/caliban/compare/v0.9.5...v1.2.2) --- updated-dependencies: - dependency-name: com.github.ghostdogpr:caliban_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..930d5c7 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ repositories { dependencies { // https://mvnrepository.com/artifact/com.github.ghostdogpr/caliban - implementation group: 'com.github.ghostdogpr', name: "caliban_${scalaVersion}", version: '0.9.5' + implementation group: 'com.github.ghostdogpr', name: "caliban_${scalaVersion}", version: '1.2.2' // https://mvnrepository.com/artifact/com.github.ghostdogpr/caliban-client implementation group: 'com.github.ghostdogpr', name: "caliban-client_${scalaVersion}", version: '0.9.5'