Skip to content

Commit 7e642fb

Browse files
Bump org.jlleitschuh.gradle:ktlint-gradle from 11.4.2 to 13.0.0 (#306)
Bumps org.jlleitschuh.gradle:ktlint-gradle from 11.4.2 to 13.0.0. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle:ktlint-gradle dependency-version: 13.0.0 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>
1 parent ede3e79 commit 7e642fb

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