Skip to content

Commit

Permalink
fix(deps): bump org.jlleitschuh.gradle.ktlint from 11.0.0 to 11.5.0
Browse files Browse the repository at this point in the history
Bumps org.jlleitschuh.gradle.ktlint from 11.0.0 to 11.5.0.

---
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>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 5238827 commit d1986ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'kotlin-android'
id 'kotlin-kapt'
id 'maven-publish'
id 'org.jlleitschuh.gradle.ktlint' version "11.0.0"
id 'org.jlleitschuh.gradle.ktlint' version "11.5.0"
id 'org.jetbrains.dokka' version "1.7.10"
}

Expand Down

0 comments on commit d1986ff

Please sign in to comment.