Skip to content

Commit

Permalink
build: Update binary-compatibility-validator to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Aug 19, 2021
1 parent 9150fe6 commit aef8678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation(kotlin("gradle-plugin", version = kotlinVersion))
implementation(kotlin("serialization", version = kotlinVersion))
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.5.0")
implementation("org.jetbrains.kotlinx:binary-compatibility-validator:0.6.0")
implementation("org.jetbrains.kotlinx:binary-compatibility-validator:0.7.0")
implementation("de.undercouch:gradle-download-task:4.1.2")
}

Expand Down

0 comments on commit aef8678

Please sign in to comment.