From 8bc33795e03026cb408b6314e6117dfaf38099c4 Mon Sep 17 00:00:00 2001 From: Alexander Pann <88385944+alexanderpann@users.noreply.github.com> Date: Thu, 21 Dec 2023 07:11:26 +0100 Subject: [PATCH] Update to MPS 2022.2.2 and fix JBR version --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d521ea2b..9625379a 100644 --- a/build.gradle +++ b/build.gradle @@ -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 @@ -56,7 +56,7 @@ ext.dependencyRepositories = [ ] // Dependency versions -ext.mpsVersion = '2022.2.1' +ext.mpsVersion = '2022.2.2' // Project versions ext.major = '2022'