Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymailen committed Aug 13, 2023
1 parent 0c42cb5 commit 280e58d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Available on the Gradle Plugins Portal: https://plugins.gradle.org/plugin/org.jm

```kotlin
plugins {
id("org.jmailen.kotlinter") version "3.15.0"
id("org.jmailen.kotlinter") version "3.16.0"
}
```

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

```groovy
plugins {
id "org.jmailen.kotlinter" version "3.15.0"
id "org.jmailen.kotlinter" version "3.16.0"
}
```

Expand All @@ -45,7 +45,7 @@ Root `build.gradle.kts`

```kotlin
plugins {
id("org.jmailen.kotlinter") version "3.15.0" apply false
id("org.jmailen.kotlinter") version "3.16.0" apply false
}
```

Expand All @@ -65,7 +65,7 @@ Root `build.gradle`

```groovy
plugins {
id 'org.jmailen.kotlinter' version "3.15.0" apply false
id 'org.jmailen.kotlinter' version "3.16.0" apply false
}
```

Expand Down

0 comments on commit 280e58d

Please sign in to comment.