mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-04-29 14:17:30 +00:00
build(deps): bump org.jetbrains.kotlinx.binary-compatibility-validator (#134)
Bumps [org.jetbrains.kotlinx.binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.13.2 to 0.14.0. - [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases) - [Commits](https://github.com/Kotlin/binary-compatibility-validator/compare/0.13.2...0.14.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b34f05a90b
commit
f809076df0
@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
kotlin("jvm") version "1.9.22" apply false
|
||||
id("org.jetbrains.kotlinx.kover") version "0.7.5" apply false
|
||||
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2" apply false
|
||||
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0" apply false
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
Loading…
Reference in New Issue
Block a user