We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61826e commit b17bd45Copy full SHA for b17bd45
gradle/libs.versions.toml
@@ -16,7 +16,7 @@ kotlin-allopen = { id = "org.jetbrains.kotlin.plugin.allopen", version.ref = "ko
16
kotest-multiplatform = { id = "io.kotest.multiplatform", version.ref = "kotest" }
17
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.1" }
18
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
19
-ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.2.0" }
+ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.3.0" }
20
kotlin-binaryCompatibility = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.17.0" }
21
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
22
0 commit comments