From 8232e1a5311e215b59c510b74a0cd44b755c4fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 04:18:29 +0000 Subject: [PATCH] Bump caliban-tools_2.13 from 0.9.5 to 1.4.1 Bumps [caliban-tools_2.13](https://github.com/ghostdogpr/caliban) from 0.9.5 to 1.4.1. - [Release notes](https://github.com/ghostdogpr/caliban/releases) - [Commits](https://github.com/ghostdogpr/caliban/compare/v0.9.5...v1.4.1) --- updated-dependencies: - dependency-name: com.github.ghostdogpr:caliban-tools_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..0f6bc96 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { //implementation group: 'com.github.ghostdogpr', name: "caliban-codegen_${scalaVersion}", version: '0.8.1' // https://mvnrepository.com/artifact/com.github.ghostdogpr/caliban-tools - implementation group: 'com.github.ghostdogpr', name: "caliban-tools_${scalaVersion}", version: '0.9.5' + implementation group: 'com.github.ghostdogpr', name: "caliban-tools_${scalaVersion}", version: '1.4.1' // logging implementation "org.slf4j:slf4j-api:${slf4jVersion}" // slf4j wrapper