Skip to content

Commit 9006a57

Browse files
committed
Update libs.versions.toml
1 parent c74b3fe commit 9006a57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kotlin-version = "2.1.20"
33
ktor-version = "3.1.1"
44
logback-version = "1.4.14"
55
jackson-version = "2.15.0"
6+
spotless-version = "7.0.3"
67

78
[libraries]
89
ktor-server-content-negotiation = { module = "io.ktor:ktor-server-content-negotiation", version.ref = "ktor-version" }
@@ -22,3 +23,4 @@ jackson-dataformat-xml = { module = "com.fasterxml.jackson.dataformat:jackson-da
2223
[plugins]
2324
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin-version" }
2425
ktor = { id = "io.ktor.plugin", version.ref = "ktor-version" }
26+
spotless = { id = "com.diffplug.spotless", version.ref = "spotless-version" }

0 commit comments

Comments
 (0)