File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.9 .0"
29
+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.10 .0"
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.9 .0'
37
+ id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.10 .0'
38
38
}
39
39
```
40
40
Original file line number Diff line number Diff line change 1
- version =0.9 .0-SNAPSHOT
1
+ version =0.10 .0-SNAPSHOT
2
2
group =org.jetbrains.kotlinx
3
3
4
4
kotlinVersion =1.6.0
5
5
pluginPublishVersion =0.10.1
6
6
7
- kotlin.stdlib.default.dependency =false
7
+ kotlin.stdlib.default.dependency =false
You can’t perform that action at this time.
0 commit comments