Skip to content

Commit

Permalink
Update Gitonium
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 17, 2024
1 parent 6e37f32 commit fd381b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7.0"
id("org.metaborg.gitonium") version "1.7.1"
}

gitonium {
Expand Down
2 changes: 1 addition & 1 deletion depman/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.metaborg.convention.MavenPublishConventionExtension
plugins {
id("org.metaborg.convention.root-project")
// We don't use the version catalog here, to avoid a bootstrapping problem.
id("org.metaborg.gitonium") version "1.7.0"
id("org.metaborg.gitonium") version "1.7.1"
}

allprojects {
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.7.0" # https://github.com/metaborg/gitonium
gitonium = "1.7.1" # 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 fd381b5

Please sign in to comment.