Skip to content

Commit

Permalink
Changed mps dependencies and dflat version
Browse files Browse the repository at this point in the history
  • Loading branch information
conquj committed Mar 12, 2024
1 parent 8406a1d commit faa78d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ configurations {
}

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

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

0 comments on commit faa78d2

Please sign in to comment.