Skip to content

Commit f2d37e5

Browse files
build(deps): bump io.nlopez.compose.rules:ktlint in /android
Bumps [io.nlopez.compose.rules:ktlint](https://github.com/mrmans0n/compose-rules) from 0.4.17 to 0.4.18. - [Release notes](https://github.com/mrmans0n/compose-rules/releases) - [Commits](mrmans0n/compose-rules@v0.4.17...v0.4.18) --- updated-dependencies: - dependency-name: io.nlopez.compose.rules:ktlint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9a1b44 commit f2d37e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ktlint {
102102
reporter("checkstyle")
103103
}
104104
dependencies {
105-
ktlintRuleset("io.nlopez.compose.rules:ktlint:0.4.17")
105+
ktlintRuleset("io.nlopez.compose.rules:ktlint:0.4.18")
106106
}
107107
filter {
108108
exclude("**/*.g.kt")

0 commit comments

Comments
 (0)