Skip to content

Commit aef8678

Browse files
committed
build: Update binary-compatibility-validator to 0.7.0
1 parent 9150fe6 commit aef8678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
implementation(kotlin("gradle-plugin", version = kotlinVersion))
1313
implementation(kotlin("serialization", version = kotlinVersion))
1414
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.5.0")
15-
implementation("org.jetbrains.kotlinx:binary-compatibility-validator:0.6.0")
15+
implementation("org.jetbrains.kotlinx:binary-compatibility-validator:0.7.0")
1616
implementation("de.undercouch:gradle-download-task:4.1.2")
1717
}
1818

0 commit comments

Comments
 (0)