Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit b0e107e

Browse files
fix(deps): update dependency org.jlleitschuh.gradle:ktlint-gradle to v12
1 parent 5f0d826 commit b0e107e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
val gradleNexusVersion = "1.3.0"
66
val kotlinVersion = "1.9.0"
7-
val ktLintVersion = "11.6.1"
7+
val ktLintVersion = "12.0.3"
88
val dokkaVersion = "1.8.20"
99

1010
repositories {

0 commit comments

Comments
 (0)