From cdc863b88cbffb2b8f8c2f0c521b06fca96c8b0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:12:06 +0000 Subject: [PATCH] Bump co.touchlab.skie from 0.8.2 to 0.9.0 Bumps [co.touchlab.skie](https://github.com/touchlab/SKIE) from 0.8.2 to 0.9.0. - [Release notes](https://github.com/touchlab/SKIE/releases) - [Commits](https://github.com/touchlab/SKIE/compare/0.8.2...0.9.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 8b79a9c..62771be 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -16,7 +16,7 @@ plugins { daggerHiltAndroid googleKsp buildKonfig - id("co.touchlab.skie") version "0.8.2" + id("co.touchlab.skie") version "0.9.0" } skie {