Skip to content

Commit

Permalink
Update spoofax.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 29, 2024
1 parent 92c1e0f commit d278c88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("org.metaborg.gitonium") version "1.2.0"

// Set versions for plugins to use, only applying them in subprojects (apply false here).
id("org.metaborg.devenv.spoofax.gradle.langspec") version "0.1.37" apply false
id("org.metaborg.devenv.spoofax.gradle.langspec") version "0.1.41" apply false
id("org.metaborg.coronium.bundle") version "0.4.0" apply false
id("biz.aQute.bnd.builder") version "5.3.0" apply false
id("org.jetbrains.intellij") version "1.4.0" apply false
Expand Down
2 changes: 1 addition & 1 deletion lwb.distrib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("org.metaborg.gitonium") version "1.2.0"

// Set versions for plugins to use, only applying them in subprojects (apply false here).
id("org.metaborg.devenv.spoofax.gradle.langspec") version "0.1.37" apply false
id("org.metaborg.devenv.spoofax.gradle.langspec") version "0.1.41" apply false
id("org.metaborg.coronium.bundle") version "0.4.0" apply false
id("org.metaborg.coronium.feature") version "0.4.0" apply false
id("org.metaborg.coronium.repository") version "0.4.0" apply false
Expand Down
2 changes: 1 addition & 1 deletion lwb/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
kotlin("jvm") version "1.3.41" apply false // Use 1.3.41 to keep in sync with embedded Kotlin version of Gradle 5.6.4.
`kotlin-dsl` apply false

id("org.metaborg.devenv.spoofax.gradle.langspec") version "0.1.37" apply false
id("org.metaborg.devenv.spoofax.gradle.langspec") version "0.1.41" apply false
id("org.metaborg.coronium.bundle") version "0.4.0" apply false
id("org.metaborg.coronium.feature") version "0.4.0" apply false
id("org.metaborg.coronium.repository") version "0.4.0" apply false
Expand Down

0 comments on commit d278c88

Please sign in to comment.