File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
libraries/tools/abi-validation Expand file tree Collapse file tree 3 files changed +4
-4
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
2727- in ` build.gradle.kts `
2828``` kotlin
2929plugins {
30- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.13.1 "
30+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.13.2 "
3131}
3232```
3333
3434- in ` build.gradle `
3535
3636``` groovy
3737plugins {
38- id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.13.1 '
38+ id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.13.2 '
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ configurations.implementation {
7474
7575dependencies {
7676 implementation(gradleApi())
77- implementation(" org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.6.0 " )
77+ implementation(" org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.6.2 " )
7878 implementation(" org.ow2.asm:asm:9.2" )
7979 implementation(" org.ow2.asm:asm-tree:9.2" )
8080 implementation(" com.googlecode.java-diff-utils:diffutils:1.3.0" )
Original file line number Diff line number Diff line change 1- version =0.13.1 -SNAPSHOT
1+ version =0.13.2 -SNAPSHOT
22group =org.jetbrains.kotlinx
33
44kotlinVersion =1.8.10
You can’t perform that action at this time.
0 commit comments