Skip to content

Commit

Permalink
Update to Gitonium 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed May 22, 2024
1 parent de8246b commit 845b6db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins {
id("org.metaborg.gradle.config.root-project") version "0.4.8"
id("org.metaborg.gitonium") version "0.1.5"
id("org.metaborg.gitonium") version "1.1.0"
}
2 changes: 1 addition & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("org.metaborg.gradle.config.root-project") version "0.4.8"
id("org.metaborg.gitonium") version "0.1.5"
id("org.metaborg.gitonium") version "1.1.0"

// Set versions for plugins to use, only applying them in subprojects (apply false here).
id("org.metaborg.spoofax.gradle.langspec") apply false // No version: use the plugin from the included composite build
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
}
dependencies {
classpath("org.metaborg:gradle.config:0.4.8")
classpath("org.metaborg:gitonium:0.1.5")
classpath("org.metaborg:gitonium:1.1.0")
}
}
}
Expand Down

0 comments on commit 845b6db

Please sign in to comment.