Skip to content

Commit d4e5503

Browse files
committed
set dependencies for MPS 2021.1
1 parent 1f6f240 commit d4e5503

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ if (project.hasProperty("forceCI")) {
5959

6060
def forceLocal = project.hasProperty("forceLocalDependencies")
6161

62-
def major = "2020"
63-
def minor = "3"
62+
def major = "2021"
63+
def minor = "1"
6464

6565
// Dependency versions
66-
ext.mpsVersion = '2020.3.4'
66+
ext.mpsVersion = '2021.1'
6767

68-
def mbeddrVersion = "2020.3+"
68+
def mbeddrVersion = "2021.1+"
6969

7070
// if building a against a special branch from mbeddr is required add the name here
7171
// the name is enough no trailing "." is required, also the plain name from git can
@@ -311,7 +311,7 @@ publishing {
311311
}
312312
}
313313
}
314-
314+
315315
publications {
316316
openSource(MavenPublication) {
317317
groupId 'org.iets3'

0 commit comments

Comments
 (0)