Skip to content

Commit

Permalink
Update Metaborg convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 17, 2024
1 parent be6779d commit 2ec6c1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coronium/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ pluginManagement {
}

plugins {
id("org.metaborg.convention.settings") version "0.8.1"
id("org.metaborg.convention.settings") version "0.8.3"
}
2 changes: 1 addition & 1 deletion examples/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pluginManagement {
}

plugins {
id("org.metaborg.convention.settings") version "0.8.1"
id("org.metaborg.convention.settings") version "0.8.3"
}


Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pluginManagement {
}

plugins {
id("org.metaborg.convention.settings") version "0.8.1"
id("org.metaborg.convention.settings") version "0.8.3"
}

// We split the build up into one main composite build in the 'plugin' directory, because it builds Gradle plugins,
Expand Down

0 comments on commit 2ec6c1b

Please sign in to comment.