File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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
27
27
- in ` build.gradle.kts `
28
28
``` kotlin
29
29
plugins {
30
- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.13.1 "
30
+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.13.2 "
31
31
}
32
32
```
33
33
34
34
- in ` build.gradle `
35
35
36
36
``` groovy
37
37
plugins {
38
- id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.13.1 '
38
+ id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.13.2 '
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ configurations.implementation {
74
74
75
75
dependencies {
76
76
implementation(gradleApi())
77
- implementation(" org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.6.0 " )
77
+ implementation(" org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.6.2 " )
78
78
implementation(" org.ow2.asm:asm:9.2" )
79
79
implementation(" org.ow2.asm:asm-tree:9.2" )
80
80
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
2
2
group =org.jetbrains.kotlinx
3
3
4
4
kotlinVersion =1.8.10
You can’t perform that action at this time.
0 commit comments