From ee33769c3b5611056022bcd6fcfac19a88e967f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:54:11 +0000 Subject: [PATCH] Bump co.touchlab.skie from 0.5.6 to 0.6.0 Bumps [co.touchlab.skie](https://github.com/touchlab/SKIE) from 0.5.6 to 0.6.0. - [Release notes](https://github.com/touchlab/SKIE/releases) - [Commits](https://github.com/touchlab/SKIE/compare/0.5.6...0.6.0) --- updated-dependencies: - dependency-name: co.touchlab.skie dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- shared/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index 2c836344..1bed267f 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -14,7 +14,7 @@ plugins { daggerHiltAndroid googleKsp buildKonfig - id("co.touchlab.skie") version "0.5.6" + id("co.touchlab.skie") version "0.6.0" } skie {