Skip to content

Commit

Permalink
Bump org.jlleitschuh.gradle.ktlint from 10.1.0 to 10.2.1 (#1)
Browse files Browse the repository at this point in the history
Bumps org.jlleitschuh.gradle.ktlint from 10.1.0 to 10.2.1.

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2022
1 parent a40df69 commit e5ce51d
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 @@ -25,7 +25,7 @@ buildscript {

// ktlint-gradle
plugins {
id("org.jlleitschuh.gradle.ktlint") version "10.1.0"
id("org.jlleitschuh.gradle.ktlint") version "10.2.1"
id("com.github.ben-manes.versions") version "0.42.0"
}
allprojects {
Expand Down

0 comments on commit e5ce51d

Please sign in to comment.