Skip to content

Commit

Permalink
Update the ktlint gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbrooks committed Jun 3, 2021
1 parent f6ada60 commit ed396e6
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 @@ -9,7 +9,7 @@ buildscript {

dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10")
classpath("org.jlleitschuh.gradle:ktlint-gradle:10.0.0")
classpath("org.jlleitschuh.gradle:ktlint-gradle:10.1.0")
classpath("io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.22.0")
}
}
Expand Down

0 comments on commit ed396e6

Please sign in to comment.