Skip to content

Commit

Permalink
build(deps): bump io.nlopez.compose.rules:detekt from 0.4.1 to 0.4.3
Browse files Browse the repository at this point in the history
Bumps [io.nlopez.compose.rules:detekt](https://github.com/mrmans0n/compose-rules) from 0.4.1 to 0.4.3.
- [Release notes](https://github.com/mrmans0n/compose-rules/releases)
- [Commits](mrmans0n/compose-rules@v0.4.1...v0.4.3)

---
updated-dependencies:
- dependency-name: io.nlopez.compose.rules:detekt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Art Shendrik <[email protected]>
  • Loading branch information
dependabot[bot] authored and amal committed Jun 2, 2024
1 parent a8f7615 commit ca64944
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ jobs:
cache-read-only: true

- name: Update baseline
run: |
chmod +x updateBaseline
./updateBaseline
run: ./updateBaseline

- name: Setup GIT
run: |
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ ktlint = { module = "com.pinterest.ktlint:ktlint-cli", version.ref = "ktlint" }

# https://github.com/mrmans0n/compose-rules/releases
# https://mvnrepository.com/artifact/io.nlopez.compose.rules/detekt
detekt-compose = { module = "io.nlopez.compose.rules:detekt", version = "0.4.1" }
detekt-compose = { module = "io.nlopez.compose.rules:detekt", version = "0.4.3" }
detekt-core = { module = "io.gitlab.arturbosch.detekt:detekt-core", version.ref = "detekt" }
detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
detekt-libraries = { module = "io.gitlab.arturbosch.detekt:detekt-rules-libraries", version.ref = "detekt" }
Expand Down
Empty file modified updateBaseline
100644 → 100755
Empty file.

0 comments on commit ca64944

Please sign in to comment.