Skip to content

Commit b50fe61

Browse files
build(deps): bump io.nlopez.compose.rules:ktlint from 0.4.18 to 0.4.19 in /example/android (#150)
* build(deps): bump io.nlopez.compose.rules:ktlint in /example/android Bumps [io.nlopez.compose.rules:ktlint](https://github.com/mrmans0n/compose-rules) from 0.4.18 to 0.4.19. - [Release notes](https://github.com/mrmans0n/compose-rules/releases) - [Commits](mrmans0n/compose-rules@v0.4.18...v0.4.19) --- 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]> * io.nlopez.compose.rules:ktlint:0.4.+ --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joscha <[email protected]>
1 parent ef5e206 commit b50fe61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.18")
105+
ktlintRuleset("io.nlopez.compose.rules:ktlint:0.4.+")
106106
}
107107
filter {
108108
exclude("**/*.g.kt")

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ktlint {
2828
reporter("checkstyle")
2929
}
3030
dependencies {
31-
ktlintRuleset("io.nlopez.compose.rules:ktlint:0.4.18")
31+
ktlintRuleset("io.nlopez.compose.rules:ktlint:0.4.+")
3232
}
3333
filter {
3434
exclude("**/*.g.kt")

0 commit comments

Comments
 (0)