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 @@ -30,15 +30,15 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil
30
30
- in ` build.gradle.kts `
31
31
``` kotlin
32
32
plugins {
33
- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.14.0 "
33
+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.15.0-Beta.1 "
34
34
}
35
35
```
36
36
37
37
- in ` build.gradle `
38
38
39
39
``` groovy
40
40
plugins {
41
- id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.14.0 '
41
+ id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.15.0-Beta.1 '
42
42
}
43
43
```
44
44
Original file line number Diff line number Diff line change 1
- version =0.14 .0-SNAPSHOT
1
+ version =0.15 .0-SNAPSHOT
2
2
3
3
kotlin.stdlib.default.dependency =false
You can’t perform that action at this time.
0 commit comments