Skip to content

Commit

Permalink
chore(deps): update plugin org.jmailen.kotlinter to v5 (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 684e600 commit 91a7c6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import io.gitlab.arturbosch.detekt.Detekt
plugins {
kotlin("jvm") version "2.0.21" apply false
id("io.gitlab.arturbosch.detekt") version "1.23.7"
id("org.jmailen.kotlinter") version "4.5.0"
id("org.jmailen.kotlinter") version "5.0.0"
id("com.github.ben-manes.versions") version "0.51.0"
}

Expand Down
2 changes: 1 addition & 1 deletion plugin-build/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
kotlin("jvm") version "2.0.21" apply false
id("com.gradle.plugin-publish") version "1.3.0" apply false
id("io.gitlab.arturbosch.detekt") version "1.23.7"
id("org.jmailen.kotlinter") version "4.5.0"
id("org.jmailen.kotlinter") version "5.0.0"
id("com.github.ben-manes.versions") version "0.51.0"
}

Expand Down

0 comments on commit 91a7c6f

Please sign in to comment.