Skip to content

Commit

Permalink
Bump axion release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pjagielski committed Mar 23, 2023
1 parent 866072e commit 8fae282
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ plugins {
kotlin("jvm") apply true
kotlin("kapt") apply true
kotlin("plugin.serialization") version "1.8.10"
id("pl.allegro.tech.build.axion-release") version "1.13.14"
id("pl.allegro.tech.build.axion-release") version "1.15.0"
`maven-publish`
}

scmVersion {
useHighestVersion = true
useHighestVersion.set(true)
tag {
prefix = "krush-"
prefix.set("krush-")
}
}

Expand Down

0 comments on commit 8fae282

Please sign in to comment.