Bump ktlint from 0.34.0 to 0.34.1 (#4252)

Bump ktlint from 0.34.0 to 0.34.1
This commit is contained in:
Tobias Kaminsky 2019-07-23 07:01:32 +02:00 committed by GitHub
commit 10644635c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ dependencies {
compileOnly "org.projectlombok:lombok:1.18.8"
annotationProcessor "org.projectlombok:lombok:1.18.8"
ktlint "com.pinterest:ktlint:0.34.0"
ktlint "com.pinterest:ktlint:0.34.1"
// dependencies for local unit tests
testImplementation 'junit:junit:4.12'