Skip to content

Commit

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

---
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 30, 2022
1 parent 7b966b1 commit 3b887be
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 @@ -5,7 +5,7 @@ plugins {
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
id 'androidx.navigation.safeargs.kotlin' version '2.5.0' apply false
id 'com.google.dagger.hilt.android' version '2.43.2' apply false
id 'org.jlleitschuh.gradle.ktlint' version '10.3.0' apply false
id 'org.jlleitschuh.gradle.ktlint' version '11.0.0' apply false
}

task clean(type: Delete) {
Expand Down

0 comments on commit 3b887be

Please sign in to comment.