We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74b3fe commit 9006a57Copy full SHA for 9006a57
gradle/libs.versions.toml
@@ -3,6 +3,7 @@ kotlin-version = "2.1.20"
3
ktor-version = "3.1.1"
4
logback-version = "1.4.14"
5
jackson-version = "2.15.0"
6
+spotless-version = "7.0.3"
7
8
[libraries]
9
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
22
23
[plugins]
24
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin-version" }
25
ktor = { id = "io.ktor.plugin", version.ref = "ktor-version" }
26
+spotless = { id = "com.diffplug.spotless", version.ref = "spotless-version" }
0 commit comments