Skip to content

Commit 6b15687

Browse files
Add ktlint version to version catalog
Co-Authored-By: Toshihiro Nakamura <[email protected]>
1 parent 3cf6bfb commit 6b15687

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repositories {
4848

4949
spotless {
5050
kotlin {
51-
ktlint("1.1.1")
51+
ktlint(libs.versions.ktlint.get())
5252
trimTrailingWhitespace()
5353
endWithNewline()
5454
}

gradle/libs.versions.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ doma-codegen = "3.0.0"
77
doma-compile = "3.0.1"
88
h2 = "1.4.200"
99
logback = "1.5.18"
10+
ktlint = "1.1.1"
1011

1112
[libraries]
1213
doma-processor = { module = "org.seasar.doma:doma-processor", version.ref = "doma" }

0 commit comments

Comments
 (0)