Skip to content

Commit 4f1020a

Browse files
chore(deps): update plugin org.jlleitschuh.gradle.ktlint to v13
1 parent 3707cea commit 4f1020a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
kotlin("multiplatform") version "2.1.10" apply false
33
id("org.jetbrains.compose") version "1.7.3" apply false
44
id("org.jetbrains.kotlin.plugin.compose") version "2.1.10" apply false
5-
id("org.jlleitschuh.gradle.ktlint") version "12.2.0" apply false
5+
id("org.jlleitschuh.gradle.ktlint") version "13.1.0" apply false
66
id("com.google.devtools.ksp") version "2.1.10-1.0.31" apply false
77
}
88

0 commit comments

Comments
 (0)