For #26844: Update ktlint to 0.47.0.

This commit is contained in:
mcarare 2022-09-06 20:25:44 +03:00 committed by mergify[bot]
parent 316e495f22
commit 231ef74ff1
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ configurations {
}
dependencies {
ktlint("com.pinterest:ktlint:0.41.0") {
ktlint("com.pinterest:ktlint:0.47.0") {
attributes {
attribute(Bundling.BUNDLING_ATTRIBUTE, getObjects().named(Bundling, Bundling.EXTERNAL))
}