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 @@ -26,15 +26,15 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil
26
26
- in ` build.gradle.kts `
27
27
``` kotlin
28
28
plugins {
29
- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.7.1 "
29
+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.8.0-RC "
30
30
}
31
31
```
32
32
33
33
- in ` build.gradle `
34
34
35
35
``` groovy
36
36
plugins {
37
- id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.7.1 '
37
+ id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.8.0-RC '
38
38
}
39
39
```
40
40
Original file line number Diff line number Diff line change 1
- version =0.7.1 -SNAPSHOT
1
+ version =0.8.0-RC -SNAPSHOT
2
2
group =org.jetbrains.kotlinx
3
3
4
4
kotlinVersion =1.5.0
You can’t perform that action at this time.
0 commit comments