Skip to content

Commit 062e305

Browse files
committed
bump BCV version
1 parent 05f1c19 commit 062e305

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ or (**experimentally**) [as a Settings plugin](#settings-plugin) in `settings.gr
3232

3333
The minimal supported Gradle version is 7.6.
3434

35-
By default, BCV-MU uses BCV version `0.13.1`, which can be overridden, but may introduce runtime
35+
By default, BCV-MU uses BCV version `0.13.2`, which can be overridden, but may introduce runtime
3636
errors.
3737

3838
### Build plugin
@@ -98,7 +98,7 @@ binaryCompatibilityValidator {
9898
bcvEnabled.set(true)
9999

100100
// Override the default BCV version
101-
kotlinxBinaryCompatibilityValidatorVersion.set("0.13.1")
101+
kotlinxBinaryCompatibilityValidatorVersion.set("0.13.2")
102102
}
103103
```
104104

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlinGradle = "1.6.0"
55
javaDiffUtils = "4.12"
66
junit = "5.9.3"
77
kotest = "5.6.1"
8-
kotlinx-bcv = "0.13.1"
8+
kotlinx-bcv = "0.13.2"
99

1010
gradlePluginPublishPlugin = "1.2.0"
1111
shadowPlugin = "8.1.0"

0 commit comments

Comments
 (0)