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.11.0 to 0.12.1.
- [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases)
- [Commits](Kotlin/binary-compatibility-validator@0.11.0...0.12.1)

---
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] committed Oct 27, 2022
1 parent 46d4762 commit f4bf2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ apply(from = "gradle/compatibility.gradle")

plugins {
id("org.jetbrains.dokka") version "1.6.10" apply false
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.11.0"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.12.1"
id("kotlinx-atomicfu") version "0.17.3" apply false
id("com.osacky.doctor") version "0.8.1"
}
Expand Down

0 comments on commit f4bf2be

Please sign in to comment.