Skip to content

Commit 12ec782

Browse files
Bump org.jlleitschuh.gradle:ktlint-gradle from 11.6.1 to 12.1.0
Bumps org.jlleitschuh.gradle:ktlint-gradle from 11.6.1 to 12.1.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 f1afc17 commit 12ec782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ktlint {
1919

2020
dependencies {
2121
val kotlinGradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
22-
val ktlintPlugin = "org.jlleitschuh.gradle:ktlint-gradle:11.6.1"
22+
val ktlintPlugin = "org.jlleitschuh.gradle:ktlint-gradle:12.1.0"
2323
val detectPlugin = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.5"
2424

2525
implementation(gradleApi())

0 commit comments

Comments
 (0)