Skip to content

Commit 5fe34fd

Browse files
author
Alexander Pann
committed
Update version in build script
1 parent 614d30b commit 5fe34fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ if (project.hasProperty("forceCI")) {
5353
def forceLocal = project.hasProperty("forceLocalDependencies")
5454

5555
def major = "2021"
56-
def minor = "2"
56+
def minor = "3"
5757

5858
// Dependency versions
59-
ext.mpsVersion = '2021.2.5'
59+
ext.mpsVersion = '2021.3.1'
6060

61-
def mbeddrVersion = "2021.2+"
61+
def mbeddrVersion = "2021.3+"
6262

6363
// if building a against a special branch from mbeddr is required add the name here
6464
// the name is enough no trailing "." is required, also the plain name from git can

0 commit comments

Comments
 (0)