Skip to content

Commit 29cf413

Browse files
authored
Bump binary-compatibility-validator to 0.16.2 (#4191)
This is required to ensure compatibility with Kotlin 2.1+ after resolving https://youtrack.jetbrains.com/issue/KT-61706
1 parent 219372f commit 29cf413

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.16.0"
69+
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.2"
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.16.0
24+
binary_compatibility_validator_version=0.16.2
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)