Skip to content

Commit

Permalink
[ABI Validation] Version 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhinkin authored and shanshin committed Dec 23, 2024
1 parent 28ac5c3 commit da059e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/tools/abi-validation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil
- in `build.gradle.kts`
```kotlin
plugins {
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.0"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.1"
}
```

- in `build.gradle`

```groovy
plugins {
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.15.0'
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.15.1'
}
```

Expand Down

0 comments on commit da059e4

Please sign in to comment.