Skip to content

Commit

Permalink
Fix typo in version catalog
Browse files Browse the repository at this point in the history
Signed-off-by: solonovamax <[email protected]>
  • Loading branch information
solonovamax committed Sep 23, 2024
1 parent 0196878 commit 0723129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dokka = "1.9.20" # usually the same as kotlin version
nyx = "0.2.3"
kotlinx-coroutines = "1.9.0"
junit-jupiter = "5.11.0"
axiom-release = "1.18.8"
axion-release = "1.18.8"
slf4j = "2.0.16"

[plugins]
Expand All @@ -17,7 +17,7 @@ dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }

nyx = { id = "ca.solo-studios.nyx", version.ref = "nyx" }

axion-release = { id = "pl.allegro.tech.build.axion-release", version.ref = "axiom-release" }
axion-release = { id = "pl.allegro.tech.build.axion-release", version.ref = "axion-release" }

[libraries]

Expand Down

0 comments on commit 0723129

Please sign in to comment.