Skip to content

Commit dbe1dda

Browse files
authored
Bump binary-compatibility-validator version to 0.16.0 (#4186)
1 parent 2f21102 commit dbe1dda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ allprojects {
6666
}
6767

6868
plugins {
69-
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2"
69+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.0"
7070
}
7171

7272
apply(plugin = "base")

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rxjava2_version=2.2.8
2121
rxjava3_version=3.0.2
2222
javafx_version=17.0.2
2323
javafx_plugin_version=0.0.8
24-
binary_compatibility_validator_version=0.15.0-Beta.2
24+
binary_compatibility_validator_version=0.16.0
2525
kover_version=0.8.0-Beta2
2626
blockhound_version=1.0.8.RELEASE
2727
jna_version=5.9.0

0 commit comments

Comments
 (0)