Skip to content

Commit 47aad6b

Browse files
committed
deps: use latest versions for 2024.1 (non-renovate branch)
1 parent 5f0c593 commit 47aad6b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ def minor = "1"
4747

4848
// Dependency versions
4949

50-
ext.mpsVersion = '2024.1.2'
51-
ext.mpsQAVersion = "2024.1.1022.300f07a"
50+
ext.mpsVersion = '2024.1.3'
51+
52+
def mpsQAVersion = "$major.$minor+"
5253

5354
// if building a against a special branch from mbeddr is required add the name here
5455
// the name is enough no trailing "." is required, also the plain name from git can
@@ -58,9 +59,9 @@ def currentBranch = ""
5859

5960
if (!project.hasProperty('mbeddrVersion')) {
6061
if (mbeddrBranch != null && !mbeddrBranch.trim().isEmpty()) {
61-
ext.mbeddrVersion = "${mbeddrBranch.replace("/", "-")}.${major}.${minor}.+"
62+
ext.mbeddrVersion = "${mbeddrBranch.replace("/", "-")}.$major.$minor+"
6263
} else {
63-
ext.mbeddrVersion = "2024.1.25305.dff1a9a"
64+
ext.mbeddrVersion = "$major.$minor+"
6465
}
6566
}
6667

0 commit comments

Comments
 (0)