Skip to content

Commit

Permalink
Bump org.jmailen.kotlinter from 4.5.0 to 5.0.0 (#68)
Browse files Browse the repository at this point in the history
upgrade kotlinter - 5.0.0

---
updated-dependencies:
- dependency-name: org.jmailen.kotlinter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent a6266f8 commit abff901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
// https://kotlinlang.org/docs/releases.html#release-details
kotlin("jvm") version "2.0.21"
// https://github.com/jeremymailen/kotlinter-gradle/releases
id("org.jmailen.kotlinter") version "4.5.0"
id("org.jmailen.kotlinter") version "5.0.0"
// https://github.com/Kotlin/kotlinx-kover/releases
id("org.jetbrains.kotlinx.kover") version "0.8.3"
}
Expand Down

0 comments on commit abff901

Please sign in to comment.