Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek committed Aug 27, 2024
1 parent 826133b commit b84cd97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ JDK11+ & Gradle 7+ required.

## Basic usage

```
```kotlin
plugins {
id 'pl.allegro.tech.build.axion-release' version '1.18.0'
id("pl.allegro.tech.build.axion-release") version "1.18.6"
}

project.version = scmVersion.version
version = scmVersion.version
```

```
Expand Down

0 comments on commit b84cd97

Please sign in to comment.