Skip to content

Commit

Permalink
Merge pull request #64 from modelix/dependabot/gradle/org.modelix.mps…
Browse files Browse the repository at this point in the history
…-build-tools-lib-1.4.0

build(deps): bump org.modelix.mps:build-tools-lib from 1.3.0 to 1.4.0
  • Loading branch information
slisson authored Mar 18, 2024
2 parents d9bcc94 + c57c80d commit 3b40ef1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mps-diff-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.util.zip.ZipInputStream

buildscript {
dependencies {
classpath("org.modelix.mps:build-tools-lib:1.3.0")
classpath("org.modelix.mps:build-tools-lib:1.4.0")
}
}

Expand Down
2 changes: 1 addition & 1 deletion mps-generator-execution-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion

buildscript {
dependencies {
classpath("org.modelix.mps:build-tools-lib:1.3.0")
classpath("org.modelix.mps:build-tools-lib:1.4.0")
}
}

Expand Down
2 changes: 1 addition & 1 deletion mps-legacy-sync-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import java.util.zip.ZipInputStream

buildscript {
dependencies {
classpath("org.modelix.mps:build-tools-lib:1.3.0")
classpath("org.modelix.mps:build-tools-lib:1.4.0")
}
}

Expand Down

0 comments on commit 3b40ef1

Please sign in to comment.