Skip to content

Commit 821206e

Browse files
authored
Merge pull request #636 from RBusarow/ktlint_10.2.1
update the Ktlint Gradle Plugin to 10.2.1
2 parents 3d79f14 + 8eb138f commit 821206e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ object Dependencies {
110110
}
111111

112112
const val mavenPublish = "com.vanniktech:gradle-maven-publish-plugin:0.18.0"
113-
const val ktlint = "org.jlleitschuh.gradle:ktlint-gradle:10.1.0"
113+
const val ktlint = "org.jlleitschuh.gradle:ktlint-gradle:10.2.1"
114114
const val lanterna = "com.googlecode.lanterna:lanterna:3.1.1"
115115
const val okio = "com.squareup.okio:okio:2.10.0"
116116

0 commit comments

Comments
 (0)