Skip to content

Commit e07f136

Browse files
committed
bumping to ktlint engine 1.8.0
1 parent a982390 commit e07f136

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
@@ -201,7 +201,7 @@ allprojects {
201201
afterEvaluate {
202202
try {
203203
configure<KtlintExtension> {
204-
version = "1.6.0"
204+
version = "1.8.0"
205205
// rules are set up through .editorconfig
206206
}
207207
} catch (_: UnknownDomainObjectException) {

0 commit comments

Comments
 (0)