Skip to content

Commit f507a4a

Browse files
Bump org.jlleitschuh.gradle:ktlint-gradle from 13.1.0 to 14.0.1
Bumps org.jlleitschuh.gradle:ktlint-gradle from 13.1.0 to 14.0.1. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle:ktlint-gradle dependency-version: 14.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9a2be6 commit f507a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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:8.13.0"
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14-
classpath("org.jlleitschuh.gradle:ktlint-gradle:13.1.0")
14+
classpath("org.jlleitschuh.gradle:ktlint-gradle:14.0.1")
1515
classpath("org.jacoco:org.jacoco.core:0.8.13")
1616
classpath "com.vanniktech:gradle-maven-publish-plugin:0.34.0"
1717
}

0 commit comments

Comments
 (0)