From 420ae6ba2c3b34cd0e7128061f26c9154bfa9025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:51:33 +0000 Subject: [PATCH] Bump co.touchlab.skie from 0.8.2 to 0.8.3 Bumps [co.touchlab.skie](https://github.com/touchlab/SKIE) from 0.8.2 to 0.8.3. - [Release notes](https://github.com/touchlab/SKIE/releases) - [Commits](https://github.com/touchlab/SKIE/compare/0.8.2...0.8.3) --- updated-dependencies: - dependency-name: co.touchlab.skie dependency-type: direct:production update-type: version-update:semver-patch ... 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..3915d1a 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.8.3" } skie {