Skip to content

Commit a1888e4

Browse files
committed
Adding chrysal dependency upper in the chain.
1 parent 6f578f0 commit a1888e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaselineOfPillar/BaselineOfPillar.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ BaselineOfPillar >> baseline: spec [
2020
spec postLoadDoIt: #postload:package:.
2121
spec
2222
package: 'Pillar-Core'
23-
with: [ spec requires: #( 'OSSubprocess' 'Microdown')];
23+
with: [ spec requires: #( 'OSSubprocess' 'Microdown' 'Chrysal')];
2424

2525
package: 'Pillar-ExporterCore' with: [ spec requires: #( 'Pillar-Core' 'ContainersPropertyEnvironment' ) ];
2626

0 commit comments

Comments
 (0)