Bump ktlint-gradle from 9.1.1 to 10.2.1 (#378)

Bumps ktlint-gradle from 9.1.1 to 10.2.1.

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-11 10:01:54 -05:00 committed by GitHub
parent 8b3eeaa89f
commit 198daad562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ ext.versions = [
// Plugins
androidGradlePlugin : '4.1.0',
dokkaGradlePlugin : '1.6.0',
ktlintGradle : '9.1.1',
ktlintGradle : '10.2.1',
spotlessGradlePlugin : '3.26.1',
jacocoGradlePlugin : '0.8.7',
binaryCompatibilityValidator: '0.2.3',