Skip to content

Commit 83ac9d6

Browse files
Update dependency org.jlleitschuh.gradle:ktlint-gradle to v12
1 parent 21e095c commit 83ac9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation(kotlin("gradle-plugin", libs.versions.kotlin.get()))
1717
implementation("dev.schlaubi", "gradle-plugin", "1.0.0")
1818
implementation("com.google.devtools.ksp", "com.google.devtools.ksp.gradle.plugin", libs.versions.ksp.get())
19-
implementation("org.jlleitschuh.gradle", "ktlint-gradle", "11.4.0")
19+
implementation("org.jlleitschuh.gradle", "ktlint-gradle", "12.0.2")
2020
implementation("com.github.gmazzo", "gradle-buildconfig-plugin", "3.1.0")
2121
implementation("gradle.plugin.com.google.cloud.artifactregistry", "artifactregistry-gradle-plugin", "2.2.1")
2222
implementation(gradleApi())

0 commit comments

Comments
 (0)