Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent 5691ffb commit 96667d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'org.jlleitschuh.gradle.ktlint' version '11.0.0'
id 'org.jlleitschuh.gradle.ktlint' version '11.6.1'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion validable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'com.android.library'
id 'kotlin-android'
id 'maven-publish'
id 'org.jlleitschuh.gradle.ktlint' version '11.0.0'
id 'org.jlleitschuh.gradle.ktlint' version '11.6.1'
}

android {
Expand Down

0 comments on commit 96667d0

Please sign in to comment.