Skip to content

Commit 4dc8340

Browse files
Bump org.jlleitschuh.gradle:ktlint-gradle from 13.0.0 to 13.1.0
Bumps org.jlleitschuh.gradle:ktlint-gradle from 13.0.0 to 13.1.0. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle:ktlint-gradle dependency-version: 13.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 199638c commit 4dc8340

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.12.1"
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
14-
classpath("org.jlleitschuh.gradle:ktlint-gradle:13.0.0")
14+
classpath("org.jlleitschuh.gradle:ktlint-gradle:13.1.0")
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)