Skip to content

Commit dbdf64e

Browse files
Bump ktlint-gradle from 9.1.1 to 10.2.0
Bumps ktlint-gradle from 9.1.1 to 10.2.0. --- 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>
1 parent fb8cc93 commit dbdf64e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
dependencies {
1212
classpath "com.android.tools.build:gradle:7.0.2"
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14-
classpath("org.jlleitschuh.gradle:ktlint-gradle:9.1.1")
14+
classpath("org.jlleitschuh.gradle:ktlint-gradle:10.2.0")
1515
classpath("org.jacoco:org.jacoco.core:0.8.7")
1616
}
1717
}

0 commit comments

Comments
 (0)