Skip to content

Commit

Permalink
Update Gitonium to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 15, 2024
1 parent 6d2a500 commit 110be52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion convention-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
`maven-publish`
// signing
// We don't use the version catalog here, to avoid a bootstrapping problem.
id("org.metaborg.gitonium") version "1.4.1"
id("org.metaborg.gitonium") version "1.5.3"
}

group = "org.metaborg"
Expand Down
2 changes: 1 addition & 1 deletion depman/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
# Plugins
kotlin = "1.8.20" # https://kotlinlang.org/
gitonium = "1.5.0" # https://github.com/metaborg/gitonium
gitonium = "1.5.3" # https://github.com/metaborg/gitonium
foojay = "0.8.0" # https://github.com/gradle/foojay-toolchains
metaborg-gradle-config = "0.7.0" # https://github.com/metaborg/gradle.config
devenv-spoofax-gradle = "0.5.9" # https://github.com/metaborg/spoofax.gradle
Expand Down

0 comments on commit 110be52

Please sign in to comment.