From 3d6b861cdd63252202e60f396a0de2454d292c6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:09:46 +0000 Subject: [PATCH] Bump io.nlopez.compose.rules:ktlint from 0.4.4 to 0.4.16 Bumps [io.nlopez.compose.rules:ktlint](https://github.com/mrmans0n/compose-rules) from 0.4.4 to 0.4.16. - [Release notes](https://github.com/mrmans0n/compose-rules/releases) - [Commits](https://github.com/mrmans0n/compose-rules/compare/v0.4.4...v0.4.16) --- updated-dependencies: - dependency-name: io.nlopez.compose.rules:ktlint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f57d8746..3b75f5d9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -84,7 +84,7 @@ kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutine kotlinx-coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version.ref = "kotlinx" } kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx" } kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx" } -ktlint-compose-ruleset = { module = "io.nlopez.compose.rules:ktlint", version = "0.4.4" } +ktlint-compose-ruleset = { module = "io.nlopez.compose.rules:ktlint", version = "0.4.16" } landscapist-animation = { module = "com.github.skydoves:landscapist-animation", version.ref = "landscapist" } landscapist-glide = { module = "com.github.skydoves:landscapist-glide", version.ref = "landscapist" } landscapist-palette = { module = "com.github.skydoves:landscapist-palette", version.ref = "landscapist" }