Skip to content

Commit

Permalink
Merge pull request #2354 from mbeddr/feature/update_to_mps_2022.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderpann authored Dec 18, 2023
2 parents 78dbb06 + c2e4016 commit 8b657ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For more details please visit the [mbeddr landing page](https://github.com/mbedd

### Maven Dependencies

To use mbeddr or the mbeddr platform in your own project, you one of the following dependencies in your maven or gradle build script. The latest support MPS version is 2022.2.1:
To use mbeddr or the mbeddr platform in your own project, you one of the following dependencies in your maven or gradle build script. The latest support MPS version is 2022.2.2:

[![mbeddr](https://img.shields.io/badge/Github%20pages-mbeddr-success)](https://github.com/orgs/mbeddr/packages?tab=packages&q=com.mbeddr.mbeddr)
[![mbeddr platform](https://img.shields.io/badge/Github%20pages-mbeddr.platform-success)](https://github.com/orgs/mbeddr/packages?tab=packages&q=com.mbeddr.platform)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ext.defaultReleaseRepository = 'https://artifacts.itemis.cloud/repository/maven-

//MPS version
ext.mpsMajor = "2022.2"
ext.mpsBuild = "2022.2.1"
ext.mpsBuild = "2022.2.2"

//MPS-extensions version
ext.mpsExtensionsVersion = findNonEmptyProperty('mpsExtensionsVersion') ?: "$mpsMajor.+"
Expand Down

0 comments on commit 8b657ac

Please sign in to comment.