Update ktlint to 0.43.2

This commit is contained in:
TacoTheDank 2021-12-04 21:22:29 -05:00
parent 2116d9f2e2
commit 9ccd358cb8
3 changed files with 2 additions and 10 deletions

View file

@ -192,7 +192,7 @@ dependencies {
/** Checkstyle **/
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
ktlint 'com.pinterest:ktlint:0.40.0'
ktlint 'com.pinterest:ktlint:0.43.2'
/** Kotlin **/
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlin_version}"