Skip to content

Commit

Permalink
Merge pull request #182 from raynigon/dependabot/gradle/org.jlleitsch…
Browse files Browse the repository at this point in the history
…uh.gradle.ktlint-11.6.0

Bump org.jlleitschuh.gradle.ktlint from 11.5.1 to 11.6.0
  • Loading branch information
raynigon committed Oct 5, 2023
2 parents 98c84cd + a6872c3 commit ed12856
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 @@ -27,7 +27,7 @@ plugins {
id("pmd")
id("checkstyle")
id("com.github.spotbugs") version "5.1.3"
id("org.jlleitschuh.gradle.ktlint") version "11.5.1"
id("org.jlleitschuh.gradle.ktlint") version "11.6.0"

// Kotlin
kotlin("jvm") version "1.9.10"
Expand Down

0 comments on commit ed12856

Please sign in to comment.