Skip to content

Commit

Permalink
Update Gitonium to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 16, 2024
1 parent 5b254d5 commit 318691d
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.5.4"
id("org.metaborg.gitonium") version "1.6.2"
}

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.4" # https://github.com/metaborg/gitonium
gitonium = "1.6.2" # 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 318691d

Please sign in to comment.