Skip to content

Commit

Permalink
Bump binary-compatibility-validator from 0.6.0 to 0.7.0 (#4118)
Browse files Browse the repository at this point in the history
Bumps [binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases)
- [Commits](Kotlin/binary-compatibility-validator@0.6.0...0.7.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:binary-compatibility-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2021
1 parent 1abad34 commit c4dadeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:7.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokkaVersion"
classpath "org.jetbrains.kotlinx:binary-compatibility-validator:0.6.0"
classpath "org.jetbrains.kotlinx:binary-compatibility-validator:0.7.0"
}
}

Expand Down

0 comments on commit c4dadeb

Please sign in to comment.