Skip to content

Commit

Permalink
Bump org.jlleitschuh.gradle.ktlint from 10.2.0 to 11.5.1
Browse files Browse the repository at this point in the history
Bumps org.jlleitschuh.gradle.ktlint from 10.2.0 to 11.5.1.

---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle.ktlint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent 1025626 commit 37b4562
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 @@ -15,7 +15,7 @@ plugins {
// Gradle Qodana Plugin
id("org.jetbrains.qodana") version "0.1.13"
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
id("org.jlleitschuh.gradle.ktlint") version "10.2.0"
id("org.jlleitschuh.gradle.ktlint") version "11.5.1"
}

group = properties("pluginGroup")
Expand Down

0 comments on commit 37b4562

Please sign in to comment.