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 c8b1dda commit 1ae9a33Copy full SHA for 1ae9a33
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
id("org.jetbrains.kotlin.plugin.compose").version("2.1.0").apply(false)
7
id("org.jlleitschuh.gradle.ktlint").version("11.6.1").apply(true)
8
id("io.github.gradle-nexus.publish-plugin").version("2.0.0").apply(true)
9
- id("org.jetbrains.kotlinx.binary-compatibility-validator").version("0.17.0").apply(false)
+ id("org.jetbrains.kotlinx.binary-compatibility-validator").version("0.18.1").apply(false)
10
}
11
allprojects {
12
extra["groupId"] = "dev.openfeature"
0 commit comments