Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kirillt committed Jan 22, 2024
1 parent 88305b3 commit 15b5f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
id 'org.jlleitschuh.gradle.ktlint' version '11.0.0'
id 'org.jlleitschuh.gradle.ktlint' version '12.1.0'
}

task clean(type: Delete) {
Expand Down

0 comments on commit 15b5f4e

Please sign in to comment.