Skip to content

Commit 3c4bfc7

Browse files
authored
upgrade to ktlint 0.24.0 and release new version (#63)
1 parent 370111d commit 3c4bfc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Available on the Gradle Plugins Portal: https://plugins.gradle.org/plugin/org.jm
1010

1111
```groovy
1212
plugins {
13-
id 'org.jmailen.kotlinter' version '1.13.0'
13+
id 'org.jmailen.kotlinter' version '1.14.0'
1414
}
1515
```
1616

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
}
1313

1414
dependencies {
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'
2525
group = 'org.jmailen.gradle'
2626
def pluginId = 'org.jmailen.kotlinter'
2727

0 commit comments

Comments
 (0)