File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -12,26 +12,33 @@ jobs:
12
12
const dependents = [
13
13
['ai', '2020/x'],
14
14
['ai', '2023/fall'],
15
+ ['ai', '2024/spring'],
15
16
['ap', '2022'],
16
17
['beyond', '2019/x'],
17
18
['business', '2017/x'],
18
19
['business', '2023/fall'],
20
+ ['business', '2024/spring'],
19
21
['cs50.tf', 'main'],
20
22
['cybersecurity', '2023/fall'],
21
23
['cybersecurity', '2023/x'],
24
+ ['cybersecurity', '2024/spring'],
22
25
['games', '2018/x'],
23
- ['harvard ', '2023/fall '],
26
+ ['games ', '2024/spring '],
24
27
['harvard', '2023/x'],
28
+ ['harvard', '2023/fall'],
29
+ ['harvard', '2024/spring'],
25
30
['hbap.io', 'main'],
26
31
['law', '2019/x'],
27
32
['mobile', '2018/x'],
28
33
['python', '2022/x'],
29
34
['scratch', '2021/x'],
30
- ['sql', '2023/fall'],
31
35
['sql', '2023/x'],
36
+ ['sql', '2023/fall'],
37
+ ['sql', '2024/spring'],
32
38
['technology', '2017/x'],
33
39
['web', '2020/x'],
34
40
['web', '2023/fall'],
41
+ ['web', '2024/spring'],
35
42
['yale', '2023/fall']
36
43
];
37
44
for (let dependent of dependents) {
You can’t perform that action at this time.
0 commit comments