We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 551be8a + d75de9f commit 582bdf1Copy full SHA for 582bdf1
src/BaselineOfEsope/BaselineOfEsope.class.st
@@ -22,7 +22,10 @@ BaselineOfEsope >> baseline: spec [
22
BaselineOfEsope >> defineDependencies: spec [
23
spec
24
baseline: 'PetitParser2' with: [ spec repository: 'github://kursjan/petitparser2' ];
25
- baseline: 'FamixFortran' with: [ spec repository: 'github://moosetechnology/Famix-Fortran' ]
+ baseline: 'FamixFortran' with: [ spec
26
+ loads: #('all');
27
+ repository: 'github://moosetechnology/Famix-Fortran'
28
+ ]
29
30
]
31
0 commit comments