Skip to content

Commit 3b1c2c1

Browse files
committed
Version 0.13.2
1 parent d2a485c commit 3b1c2c1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2929
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"
3131
}
3232
```
3333

3434
- in `build.gradle`
3535

3636
```groovy
3737
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'
3939
}
4040
```
4141

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ configurations.implementation {
7474

7575
dependencies {
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")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.13.1-SNAPSHOT
1+
version=0.13.2-SNAPSHOT
22
group=org.jetbrains.kotlinx
33

44
kotlinVersion=1.8.10

0 commit comments

Comments
 (0)