Skip to content

Commit 18f4742

Browse files
committed
Use fixed mx version.
1 parent 10aa178 commit 18f4742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ local common_json = (import "common.json");
3434

3535
local common = {
3636
packages+: {
37-
'mx': 'HEAD',
37+
'mx': '6.9.1',
3838
'python3': '==3.8.10',
3939
'pip:pylint': '==2.4.4',
4040
'pip:ninja_syntax': '==1.7.2',

0 commit comments

Comments
 (0)