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
2626- in ` build.gradle.kts `
2727``` kotlin
2828plugins {
29- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.9 .0"
29+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.10 .0"
3030}
3131```
3232
3333- in ` build.gradle `
3434
3535``` groovy
3636plugins {
37- id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.9 .0'
37+ id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.10 .0'
3838}
3939```
4040
Original file line number Diff line number Diff line change 1- version =0.9 .0-SNAPSHOT
1+ version =0.10 .0-SNAPSHOT
22group =org.jetbrains.kotlinx
33
44kotlinVersion =1.6.0
55pluginPublishVersion =0.10.1
66
7- kotlin.stdlib.default.dependency =false
7+ kotlin.stdlib.default.dependency =false
You can’t perform that action at this time.
0 commit comments