File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Available on the Gradle Plugins Portal: https://plugins.gradle.org/plugin/org.jm
1010
1111``` groovy
1212plugins {
13- id 'org.jmailen.kotlinter' version '1.13 .0'
13+ id 'org.jmailen.kotlinter' version '1.14 .0'
1414}
1515```
1616
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212}
1313
1414dependencies {
15- compile ' com.github.shyiko:ktlint:0.23.1 '
15+ compile ' com.github.shyiko:ktlint:0.24.0 '
1616 compile ' me.cassiano:ktlint-html-reporter:0.1.2'
1717 compileOnly ' org.jetbrains.kotlin:kotlin-gradle-plugin'
1818 compileOnly ' com.android.tools.build:gradle:3.0.1'
@@ -21,7 +21,7 @@ dependencies {
2121 testRuntime ' com.android.tools.build:gradle:3.0.1'
2222}
2323
24- version = ' 1.13 .0'
24+ version = ' 1.14 .0'
2525group = ' org.jmailen.gradle'
2626def pluginId = ' org.jmailen.kotlinter'
2727
You can’t perform that action at this time.
0 commit comments