Skip to content

Commit

Permalink
Upgrade to ktlint 0.35.0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
olegivo committed Oct 14, 2019
1 parent 2d8a316 commit de20f74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Available on the Gradle Plugins Portal: https://plugins.gradle.org/plugin/org.jm

```kotlin
plugins {
id("org.jmailen.kotlinter") version "2.1.1"
id("org.jmailen.kotlinter") version "2.1.2"
}
```

Expand All @@ -26,7 +26,7 @@ plugins {

```groovy
plugins {
id "org.jmailen.kotlinter" version "2.1.1"
id "org.jmailen.kotlinter" version "2.1.2"
}
```

Expand All @@ -46,7 +46,7 @@ buildscript {
}
}
dependencies {
classpath("org.jmailen.gradle:kotlinter-gradle:2.1.1")
classpath("org.jmailen.gradle:kotlinter-gradle:2.1.2")
}
}
```
Expand All @@ -71,7 +71,7 @@ buildscript {
}
}
dependencies {
classpath "org.jmailen.gradle:kotlinter-gradle:2.1.1"
classpath "org.jmailen.gradle:kotlinter-gradle:2.1.2"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

dependencies {
implementation 'com.pinterest:ktlint:0.34.2'
implementation 'com.pinterest:ktlint:0.35.0'
implementation 'me.cassiano:ktlint-html-reporter:0.2.1'

compileOnly 'org.jetbrains.kotlin:kotlin-gradle-plugin'
Expand All @@ -30,7 +30,7 @@ tasks.withType(PluginUnderTestMetadata).configureEach {
pluginClasspath.from(configurations.compileOnly)
}

version = '2.1.1'
version = '2.1.2'
group = 'org.jmailen.gradle'
def pluginId = 'org.jmailen.kotlinter'

Expand Down

0 comments on commit de20f74

Please sign in to comment.