File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,9 @@ if (System.env.CI != null && System.env.CI.toBoolean()) {
2929 ext. ciBuild = project. hasProperty(" teamcity" )
3030}
3131
32- ext. major = ' 2025'
33- ext. minor = ' 1'
34- ext. bugfix = ' '
35- ext. mpsVersion = ext. major + ' .' + ext. minor + (ext. bugfix ? ' .' + ext. bugfix : ' ' )
32+ // Project versions
33+ ext. major = ' 9999'
34+ ext. minor = ' 9'
3635
3736if (ciBuild) {
3837 String branch = GitBasedVersioning . gitBranch
@@ -63,8 +62,9 @@ configurations {
6362}
6463
6564dependencies {
66- mps " com.jetbrains:mps:$mpsVersion "
67-
65+ // Use the following dependency for published releases:
66+ // mps 'com.jetbrains:mps:2025.1'
67+ mps ' com.jetbrains.mps:mps-prerelease:251.23774.10102'
6868 antLib " org.apache.ant:ant-junit:1.10.15"
6969 antLib " org.jacoco:org.jacoco.ant:0.8.13"
7070
You can’t perform that action at this time.
0 commit comments