Skip to content

Commit afa6ba2

Browse files
committed
[GR-17876] Change Java project dependency from SULONG to SULONG_API.
PullRequest: graalpython/629
2 parents d8cb83b + 2ae9b3e commit afa6ba2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mx.graalpython/suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
},
4545
{
4646
"name": "sulong",
47-
"version": "d22c72700feb46849a5c18826fbfd0cf22ef5197",
47+
"version": "432df38e6864205e10e52aa4058ce868aedab929",
4848
"subdir": True,
4949
"urls": [
5050
{"url": "https://github.com/oracle/graal", "kind": "git"},
5151
]
5252
},
5353
{
5454
"name": "regex",
55-
"version": "d22c72700feb46849a5c18826fbfd0cf22ef5197",
55+
"version": "432df38e6864205e10e52aa4058ce868aedab929",
5656
"subdir": True,
5757
"urls": [
5858
{"url": "https://github.com/oracle/graal", "kind": "git"},
@@ -191,7 +191,7 @@
191191
"truffle:TRUFFLE_API",
192192
"sdk:GRAAL_SDK",
193193
"truffle:ANTLR4",
194-
"sulong:SULONG",
194+
"sulong:SULONG_API",
195195
"XZ-1.8",
196196
],
197197
"buildDependencies": ["com.oracle.graal.python.parser.antlr"],

0 commit comments

Comments
 (0)