Skip to content

Commit

Permalink
Merge pull request #1052 from IETS3/merge/mps20222_manual
Browse files Browse the repository at this point in the history
Merge/mps20222 manual
  • Loading branch information
arimer authored Sep 2, 2024
2 parents f123b50 + 7d8f31f commit bebd453
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ The project does _not_ follow Semantic Versioning and the changes are documented

- The name of the unitless unit can now be customized through the `PhysUnitLangConfig` extension point.

### Fixed
=======

- The name of the unitless unit can now be customized through the `PhysUnitLangConfig` extension point.

### Fixed

- TraceExplorer can decorate editors of lambda nodes with their values.
Expand Down
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ def minor = "3"

// Dependency versions
ext.mpsVersion = '2022.3.1'

def mpsQAVersion = "$major.$minor+"
def mbeddrVersion = "2022.3+"

def mpsQAVersion = major + "." + minor

// if building a against a special branch from mbeddr is required add the name here
// the name is enough no trailing "." is required, also the plain name from git can
// be used here. No need to convert "/" the script will take care of that.
Expand Down Expand Up @@ -134,7 +132,7 @@ configurations {

dependencies {
mps "com.jetbrains:mps:$mpsVersion"
languageLibs "org.mpsqa:all-in-one:$mpsQAVersion+"
languageLibs "org.mpsqa:all-in-one:$mpsQAVersion"
languageLibs "com.mbeddr:platform:$mbeddrVersionSelector"
junitAnt 'org.apache.ant:ant-junit:1.10.6'
pcollections 'org.pcollections:pcollections:4.0.1'
Expand Down

0 comments on commit bebd453

Please sign in to comment.