We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f578f0 commit a1888e4Copy full SHA for a1888e4
src/BaselineOfPillar/BaselineOfPillar.class.st
@@ -20,7 +20,7 @@ BaselineOfPillar >> baseline: spec [
20
spec postLoadDoIt: #postload:package:.
21
spec
22
package: 'Pillar-Core'
23
- with: [ spec requires: #( 'OSSubprocess' 'Microdown')];
+ with: [ spec requires: #( 'OSSubprocess' 'Microdown' 'Chrysal')];
24
25
package: 'Pillar-ExporterCore' with: [ spec requires: #( 'Pillar-Core' 'ContainersPropertyEnvironment' ) ];
26
0 commit comments