chore(deps): update plugin ktlint to v12 (#1136)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-15 21:31:04 -05:00
committed by GitHub
parent 320a0971b4
commit fe4c2392db

View File

@@ -152,7 +152,7 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin"}
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin"}
# Linter
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "11.6.1"}
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.1"}
# Build config
buildconfig = { id = "com.github.gmazzo.buildconfig", version = "3.1.0"}