Skip to content

Commit 1ae9a33

Browse files
chore(deps): update plugin org.jetbrains.kotlinx.binary-compatibility-validator to v0.18.1
1 parent c8b1dda commit 1ae9a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id("org.jetbrains.kotlin.plugin.compose").version("2.1.0").apply(false)
77
id("org.jlleitschuh.gradle.ktlint").version("11.6.1").apply(true)
88
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)
9+
id("org.jetbrains.kotlinx.binary-compatibility-validator").version("0.18.1").apply(false)
1010
}
1111
allprojects {
1212
extra["groupId"] = "dev.openfeature"

0 commit comments

Comments
 (0)