File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil
27
27
- in ` build.gradle.kts `
28
28
``` kotlin
29
29
plugins {
30
- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.13.0 "
30
+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.13.1 "
31
31
}
32
32
```
33
33
34
34
- in ` build.gradle `
35
35
36
36
``` groovy
37
37
plugins {
38
- id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.13.0 '
38
+ id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.13.1 '
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 1
- version =0.13.0 -SNAPSHOT
1
+ version =0.13.1 -SNAPSHOT
2
2
group =org.jetbrains.kotlinx
3
3
4
4
kotlinVersion =1.8.10
You can’t perform that action at this time.
0 commit comments