We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847582f commit 5823b74Copy full SHA for 5823b74
common.json
@@ -4,7 +4,7 @@
4
"Jsonnet files should not include this file directly but use ci/common.jsonnet instead."
5
],
6
7
- "mx_version": "7.57.1",
+ "mx_version": "7.58.1",
8
9
"COMMENT.jdks": "When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet",
10
"jdks": {
substratevm/mx.substratevm/suite.py
@@ -1,6 +1,6 @@
1
# pylint: disable=line-too-long
2
suite = {
3
- "mxversion": "7.55.7",
+ "mxversion": "7.58.1",
"name": "substratevm",
"version" : "26.0.0",
"release" : False,
0 commit comments