Skip to content

Commit

Permalink
Bump binary-compatibility-validator version to 0.16.0 (#4186)
Browse files Browse the repository at this point in the history
  • Loading branch information
woainikk authored Jul 19, 2024
1 parent 2f21102 commit dbe1dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ allprojects {
}

plugins {
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.0"
}

apply(plugin = "base")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rxjava2_version=2.2.8
rxjava3_version=3.0.2
javafx_version=17.0.2
javafx_plugin_version=0.0.8
binary_compatibility_validator_version=0.15.0-Beta.2
binary_compatibility_validator_version=0.16.0
kover_version=0.8.0-Beta2
blockhound_version=1.0.8.RELEASE
jna_version=5.9.0
Expand Down

0 comments on commit dbe1dda

Please sign in to comment.