Skip to content

Commit

Permalink
Update to MPS 2022.2.2 and fix JBR version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderpann authored Dec 21, 2023
1 parent 9d1c0b1 commit 8bc3379
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 8bc3379

Please sign in to comment.