Skip to content

Commit 72e4a27

Browse files
authored
Updated spotless
1 parent 9c273a8 commit 72e4a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
kotlin("jvm") version "2.0.0-RC1"
33
jacoco
44
id("org.sonarqube") version "5.0.0.4638"
5-
id("com.diffplug.spotless") version "6.12.0"
5+
id("com.diffplug.spotless") version "6.25.0"
66
`maven-publish`
77
}
88

@@ -52,7 +52,7 @@ spotless {
5252
kotlin {
5353
encoding("UTF-8")
5454
target("**/src/**/*.kt")
55-
ktlint("0.43.0").userData(mapOf(
55+
ktlint("1.2.1").userData(mapOf(
5656
"max_line_length" to "120"
5757
))
5858
toggleOffOn()

0 commit comments

Comments
 (0)