Skip to content

Commit

Permalink
Merge pull request #25 from mbeddr/feature/update_to_2022.2.2
Browse files Browse the repository at this point in the history
Update to MPS 2022.2.2 and fix JBR version
  • Loading branch information
alexanderpann authored Dec 21, 2023
2 parents 9d1c0b1 + 8bc3379 commit f33ab5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

apply plugin: 'download-jbr'

ext.jbrVers = '17.0.3-b469.32'
ext.jbrVers = '17.0.6-b469.82'

downloadJbr {
jbrVersion = jbrVers
Expand Down Expand Up @@ -56,7 +56,7 @@ ext.dependencyRepositories = [
]

// Dependency versions
ext.mpsVersion = '2022.2.1'
ext.mpsVersion = '2022.2.2'

// Project versions
ext.major = '2022'
Expand Down

0 comments on commit f33ab5d

Please sign in to comment.