Skip to content

Commit

Permalink
Use 2024.3 EAP1
Browse files Browse the repository at this point in the history
  • Loading branch information
sergej-koscejev committed Nov 23, 2024
1 parent a3f1bb2 commit f7bc6d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ downloadJbr {
}

//MPS version
ext.mpsMajor = "9999.9"
ext.mpsBuild = "243.21565.10002"
ext.mpsMajor = "2024.3"
ext.mpsBuild = "2024.3-EAP1"

//MPS-extensions version
ext.mpsExtensionsVersion = "9999.9.3034.2c80db9-SNAPSHOT"
ext.mpsExtensionsVersion = "2024.3.+"

ext.artifactsDir = new File(rootDir, 'artifacts')

Expand Down
4 changes: 1 addition & 3 deletions subprojects/com.mbeddr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ subprojects {
}

dependencies {
// For a release version of MPS, use this dependency:
//mps "com.jetbrains:mps:$mpsBuild"
mps "com.jetbrains.mps:mps-prerelease:$mpsBuild"
mps "com.jetbrains:mps:$mpsBuild"
mpsExtensions "de.itemis.mps:extensions:$mpsExtensionsVersion"
ant_lib "org.apache.ant:ant-junit:1.10.15"
}
Expand Down

0 comments on commit f7bc6d1

Please sign in to comment.