Bump ktlint from 0.32.0 to 0.33.0 (#21)

This commit is contained in:
dependabot-preview[bot] 2019-05-29 07:02:18 +00:00 committed by GitHub
parent 6f5ba45f98
commit b99a0b9701
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ dependencies {
testImplementation "com.squareup.okhttp3:mockwebserver:$okhttp3"
testImplementation "junit:junit:4.12"
ktlint "com.pinterest:ktlint:0.32.0"
ktlint "com.pinterest:ktlint:0.33.0"
}
task ktlint(type: JavaExec, group: "verification") {