Skip to content

Commit fdd1e32

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

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
@@ -7,7 +7,7 @@ plugins {
77
id("org.jetbrains.dokka").version("2.0.0").apply(false)
88
id("org.jlleitschuh.gradle.ktlint").version("11.6.1").apply(true)
99
id("io.github.gradle-nexus.publish-plugin").version("2.0.0").apply(true)
10-
id("org.jetbrains.kotlinx.binary-compatibility-validator").version("0.17.0").apply(false)
10+
id("org.jetbrains.kotlinx.binary-compatibility-validator").version("0.18.1").apply(false)
1111
id("com.vanniktech.maven.publish").version("0.34.0").apply(false)
1212
}
1313
allprojects {

0 commit comments

Comments
 (0)