Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx.binary-compatibility-validator
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx.binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.10.1 to 0.11.0.
- [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases)
- [Commits](Kotlin/binary-compatibility-validator@0.10.1...0.11.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 12, 2022
1 parent 15c1d85 commit 063d4c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudkitclient-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
kotlin("multiplatform")
kotlin("plugin.serialization")
id("org.jetbrains.dokka") version "1.7.0"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.10.1"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.11.0"
}

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion cloudkitclient-testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
kotlin("multiplatform")
kotlin("plugin.serialization")
id("org.jetbrains.dokka") version "1.7.0"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.10.1"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.11.0"
}

kotlin {
Expand Down

0 comments on commit 063d4c5

Please sign in to comment.