We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614d30b commit 5fe34fdCopy full SHA for 5fe34fd
build.gradle
@@ -53,12 +53,12 @@ if (project.hasProperty("forceCI")) {
53
def forceLocal = project.hasProperty("forceLocalDependencies")
54
55
def major = "2021"
56
-def minor = "2"
+def minor = "3"
57
58
// Dependency versions
59
-ext.mpsVersion = '2021.2.5'
+ext.mpsVersion = '2021.3.1'
60
61
-def mbeddrVersion = "2021.2+"
+def mbeddrVersion = "2021.3+"
62
63
// if building a against a special branch from mbeddr is required add the name here
64
// the name is enough no trailing "." is required, also the plain name from git can
0 commit comments