Skip to content

Commit

Permalink
Migrate to MPS 2021.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenschindler committed Feb 20, 2024
1 parent f72803e commit 076d573
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .mps/migration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
<entry key="jetbrains.mps.ide.mpsmigration.v191.SaveAllJavaStubMethodRefsToShortForeignFormat" value="executed" />
<entry key="jetbrains.mps.ide.mpsmigration.v191.UpdateJavaStubMethodRefs" value="executed" />
<entry key="jetbrains.mps.ide.mpsmigration.v_2019_3.DefaultFacetExplicitPersistence" value="executed" />
<entry key="jetbrains.mps.ide.mpsmigration.v_2021_2.SplitMPSCoreStub" value="executed" />
<entry key="project.migrated.version" value="212" />
</component>
</project>
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ configurations {
}

dependencies {
mps "com.jetbrains:mps:2021.1.+"
languageLibs "com.mbeddr:platform:2021.1+"
mps "com.jetbrains:mps:2021.2.+"
languageLibs "com.mbeddr:platform:2021.2+"
junitAnt 'org.apache.ant:ant-junit:1.10.6'
}

Expand Down

0 comments on commit 076d573

Please sign in to comment.