Skip to content

Commit 0c61ef6

Browse files
committed
Update imports
1 parent e42e0cd commit 0c61ef6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/graal/ci/ci_common/common.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ common + common.frequencies + {
131131
},
132132
local linux_deps_extras = {
133133
packages+: {
134-
"apache/ant": ">=1.9.4",
134+
"apache/ant": "==1.10.1",
135135
},
136136
},
137137

mx.graalpython/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
},
5454
{
5555
"name": "tools",
56-
"version": "9edea91c00d8939fa75c2703165941e7b802e080",
56+
"version": "61774c769d7b5da7943400efa3ce0ee16a3aef6f",
5757
"subdir": True,
5858
"urls": [
5959
{"url": "https://github.com/oracle/graal", "kind": "git"},
6060
],
6161
},
6262
{
6363
"name": "regex",
64-
"version": "9edea91c00d8939fa75c2703165941e7b802e080",
64+
"version": "61774c769d7b5da7943400efa3ce0ee16a3aef6f",
6565
"subdir": True,
6666
"urls": [
6767
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)