Skip to content

Commit

Permalink
Update Ktlint to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroyer committed Jul 17, 2018
1 parent d892604 commit 5c6fae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pluginBundle {
val ktlint by configurations.creating

dependencies {
ktlint("com.github.shyiko:ktlint:0.23.1")
ktlint("com.github.shyiko:ktlint:0.24.0")
}

val verifyKtlint by tasks.creating(JavaExec::class) {
Expand Down

0 comments on commit 5c6fae4

Please sign in to comment.