Update ktlint to 0.44.0

This commit is contained in:
TacoTheDank 2022-02-26 16:08:10 -05:00
parent 8a5f15d9ff
commit 112b7dde65
3 changed files with 6 additions and 5 deletions

View file

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