Skip to content

Commit

Permalink
Update dependency com.pinterest:ktlint to v0.47.0 (#309)
Browse files Browse the repository at this point in the history
* Update dependency com.pinterest:ktlint to v0.47.0

* 🚨 Fix Ktlint new issue

New issue added on the latest version of Ktlint is not fixed.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Igor Escodro <[email protected]>
  • Loading branch information
renovate[bot] and igorescodro authored Sep 29, 2022
1 parent 7150580 commit 692d812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ internal enum class CategoryColors(val value: Color) {
YELLOW(Color(0xFFFFCA28)),
GREEN(Color(0xFF9CCC65)),
BLUE(Color(0xFF42A5F5)),
TEAL(Color(0xFF26A69A)),
TEAL(Color(0xFF26A69A))
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test_barista = "4.2.0"
test_hamcrest = "2.2"

# Quality
ktlint = "0.46.1"
ktlint = "0.47.0"
detekt = "1.21.0"

[libraries]
Expand Down

0 comments on commit 692d812

Please sign in to comment.