Skip to content

Commit

Permalink
Upgrade to ktlint 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Mailen committed Jun 7, 2017
1 parent ac391dc commit df632ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

dependencies {
compile 'com.github.shyiko:ktlint:0.8.1'
compile 'com.github.shyiko:ktlint:0.8.2'
compileOnly 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.2-2'
compileOnly 'com.android.tools.build:gradle:2.3.2'
testCompile 'junit:junit:4.12'
Expand All @@ -21,7 +21,7 @@ dependencies {
}


version = '0.9.1'
version = '0.9.2'
group = 'org.jmailen.gradle'
def pluginId = 'org.jmailen.kotlinter'

Expand Down

0 comments on commit df632ec

Please sign in to comment.