Skip to content

Commit

Permalink
Changed mps, dependency, and xml-extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
conquj committed Feb 28, 2024
1 parent 5a07665 commit 729a472
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
maven { url 'https://artifacts.itemis.cloud/repository/maven-mps/' }
}
dependencies {
classpath 'de.itemis.mps:mps-gradle-plugin:1.2.175.cc60dc8'
classpath 'de.itemis.mps:mps-gradle-plugin:1.11.+'
}
}

Expand All @@ -32,8 +32,8 @@ configurations {
}

dependencies {
mps "com.jetbrains:mps:2021.1.+"
languageLibs "com.mbeddr:mbeddr:2021.1.+"
mps "com.jetbrains:mps:2021.2.+"
languageLibs "com.mbeddr:mbeddr:2021.2.+"
junitAnt 'org.apache.ant:ant-junit:1.10.6'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
xmlextensionVersion = 2021.1
xmlextensionVersion = 2021.2
systemProp.org.gradle.internal.http.connectionTimeout=180000
systemProp.org.gradle.internal.http.socketTimeout=180000

0 comments on commit 729a472

Please sign in to comment.