Skip to content

Commit 9c3fc8b

Browse files
Bump org.jetbrains.kotlinx.binary-compatibility-validator (#54)
Bumps [org.jetbrains.kotlinx.binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases) - [Commits](Kotlin/binary-compatibility-validator@0.7.0...0.7.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.binary-compatibility-validator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2ed6f0 commit 9c3fc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
plugins {
77
kotlin("multiplatform") version "1.5.30" apply false
88
kotlin("plugin.serialization") version "1.5.30" apply false
9-
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.7.0"
9+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.7.1"
1010
`maven-publish`
1111
signing
1212
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"

0 commit comments

Comments
 (0)